Searched refs:saveToLogs (Results 1 – 3 of 3) sorted by relevance
122 mDeviceActionUtil.saveToLogs(mCommand, mTestLogger); in setUp()
135 public void saveToLogs(Command cmd, ITestLogger testLogger) throws IOException { in saveToLogs() method in DeviceActionUtil
208 verify(mockDeviceActionUtil).saveToLogs(DeviceActionUtil.Command.RESET, mockTestLogger); in setUp_executeFailureThrowExecutionException()