Home
last modified time | relevance | path

Searched refs:replayMocks (Results 1 – 20 of 20) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java619 replayMocks(); in testExecuteShellCommand_recoveryRetry()
687 replayMocks(); in testExecuteShellCommand_recoveryTimeoutRetry()
737 replayMocks(); in testExecuteShellCommand_recoveryAttempts()
750 private void replayMocks() { in replayMocks() method in TestDeviceTest
986 replayMocks(); in testExecuteFastbootCommand_state()
1039 replayMocks(); in testExecuteFastbootCommand_recovery()
1219 replayMocks(); in testSwitchToAdbUsb()
1229 replayMocks(); in testSwitchToAdbTcp_noIp()
1243 replayMocks(); in testSwitchToAdbTcp()
1283 replayMocks(); in testInstallPackages()
[all …]
DDeviceManagerTest.java310 replayMocks(); in testAllocateDevice()
327 replayMocks(); in testAllocateDevice_match()
355 replayMocks(); in testAllocateDevice_match_temporary()
385 replayMocks(); in testAllocateDevice_stubEmulator()
400 replayMocks(); in testUnpackZippedFastboot()
434 replayMocks(); in testFreeDevice_emulator()
461 replayMocks(); in testAllocateDevice_nullDevice()
496 replayMocks(); in testAllocateDevice_fastboot()
505 replayMocks(); in testForceAllocateDevice()
517 replayMocks(); in testForceAllocateDevice_available()
[all …]
DWaitDeviceRecoveryTest.java86 replayMocks(); in testRecoverDevice_success()
102 replayMocks(); in testRecoverDevice_unavailable()
126 replayMocks(); in testRecoverDevice_unavailable_recovers()
151 replayMocks(); in testRecoverDevice_unavailable_recovery()
171 replayMocks(); in testRecoverDevice_unavailable_recovery_fail()
201 replayMocks(); in testRecoverDevice_unavailable_fastboot()
227 replayMocks(); in testRecoverDevice_unresponsive()
260 replayMocks(); in testRecoverDevice_fastboot()
284 replayMocks(); in testRecoverDeviceBootloader_fastboot()
311 replayMocks(); in testRecoverDeviceBootloader_unavailable()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java196 private void replayMocks(Object... additionalMocks) { in replayMocks() method in CommandSchedulerTest
220 replayMocks(); in testRun_empty()
240 replayMocks(); in testAddConfig_configHelp()
254 replayMocks(); in testRun_oneConfig()
272 replayMocks(); in testRemoveAllCommands()
296 replayMocks(); in testRun_dryRun()
326 replayMocks(); in testRun_dryRun_keystore()
376 replayMocks(mockDevice, mockListener); in testExecCommand()
443 replayMocks(); in testRun_oneConfigLoop()
490 replayMocks(); in testRun_configSerial()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java340 private void replayMocks() { in replayMocks() method in ModuleDefinitionTest
435 replayMocks(); in testRun()
459 replayMocks(); in testDynamicDownloadThrows_ReportsRunFailed()
492 replayMocks(); in testRun_tearDownException()
560 replayMocks(); in testRun_aggregateRunFailures()
600 replayMocks(); in testParseTokens()
625 replayMocks(); in testRun_disabledPreparation()
652 replayMocks(); in testRun_disabledTearDown()
695 replayMocks(); in testRun_failPreparation()
739 replayMocks(); in testRun_failPreparation_runtime()
[all …]
DITestSuiteTest.java373 private void replayMocks() { in replayMocks() method in ITestSuiteTest
446 replayMocks(); in testRun()
473 replayMocks(); in testRun_whiteListPreparer()
502 replayMocks(); in testRun_failedSystemChecker()
529 replayMocks(); in testRun_failedSystemChecker_runtimeException()
573 replayMocks(); in testRun_failedSystemChecker_reportFailure()
618 replayMocks(); in testRun_failedSystemChecker_reportFailure_bugreport()
638 replayMocks(); in testRun_rebootBeforeModule()
700 replayMocks(); in testRun_unresponsiveDevice()
765 replayMocks(); in testRun_deviceUnavailable()
[all …]
DModuleDefinitionMultiTest.java91 private void replayMocks() { in replayMocks() method in ModuleDefinitionMultiTest
140 replayMocks(); in testCreateAndRun()
181 replayMocks(); in testPreparer_mismatch()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DAppSetupTest.java81 private void replayMocks() { in replayMocks() method in AppSetupTest
95 replayMocks(); in testSetup_notApps()
114 replayMocks(); in testSetup_failToInstall()
139 replayMocks(); in testSetup_aaptCannotParse()
174 replayMocks(); in testSetup_noPackageName()
209 replayMocks(); in testSetup_checkMinSdk_failParsing()
243 replayMocks(); in testSetup_checkMinSdk_apiLow()
276 replayMocks(); in testSetup_checkMinSdk_apiOk()
300 replayMocks(); in testSetup_executePostInstall()
317 replayMocks(); in testSetup_uninstallAll_noPackage()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DDeviceFileReporterTest.java97 replayMocks(); in testSimple()
122 replayMocks(); in testTrim()
156 replayMocks(); in testLine_containingSpace()
187 replayMocks(); in testLineEnding_LF()
215 replayMocks(); in testLineEnding_CRLF()
270 replayMocks(); in testRepeat_skip()
333 replayMocks(); in testRepeat_noSkip()
356 replayMocks(); in testNoExist()
391 replayMocks(); in testTwoFiles()
423 replayMocks(); in testInferDataTypes()
[all …]
DBugreportCollectorTest.java159 replayMocks(); in testPassThrough()
179 replayMocks(); in testTestFailed()
200 replayMocks(); in testTestEnded()
223 replayMocks(); in testWaitForDevice()
244 replayMocks(); in testTestEnded_firstCase()
263 replayMocks(); in testTestEnded_firstRun()
280 replayMocks(); in testTestRunEnded()
298 replayMocks(); in testDescriptiveName()
360 private void replayMocks() { in replayMocks() method in BugreportCollectorTest
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DGTestTest.java107 private void replayMocks() { in replayMocks() method in GTestTest
123 replayMocks(); in testRun_noTestDir()
132 replayMocks(); in testRun_noDevice()
177 replayMocks(); in testRun()
213 replayMocks(); in testRunFilterAbiPath()
237 replayMocks(); in testRun_moduleName()
270 replayMocks(); in testRun_nested()
297 replayMocks(); in doTestFilter()
391 replayMocks(); in testCommandTooLong()
486 replayMocks(); in testRunXml()
[all …]
DNoisyDryRunTestTest.java102 replayMocks(); in testRun()
129 replayMocks(); in testRun_withKeystore()
146 replayMocks(); in testRun_invalidCmdFile()
172 replayMocks(); in testRun_invalidCmdLine()
299 replayMocks(); in testLoading_sandboxed()
354 replayMocks(); in testLoading_sandboxed_failed()
384 replayMocks(); in testRun_withDelegation()
393 private void replayMocks() { in replayMocks() method in NoisyDryRunTestTest
DGoogleBenchmarkTestTest.java89 private void replayMocks() { in replayMocks() method in GoogleBenchmarkTestTest
143 replayMocks(); in testRun()
169 replayMocks(); in testRun_noBenchmarkDir()
223 replayMocks(); in testRun_withModuleName()
260 replayMocks(); in testRun_withRunReportName()
294 replayMocks(); in testRun_exceptionDuringExecShell()
445 replayMocks(); in doTestFilter()
552 replayMocks(); in testCommandTooLong()
DArtRunTestTest.java110 private void replayMocks() { in replayMocks() method in ArtRunTestTest
123 replayMocks(); in testRun_noDevice()
140 replayMocks(); in testRunSingleTest_unsetRunTestNameOption()
156 replayMocks(); in testRunSingleTest_unsetClasspathOption()
194 replayMocks(); in testRunSingleTest()
233 replayMocks(); in testRunSingleTest_unexpectedOutput()
DNativeBenchmarkTestTest.java57 private void replayMocks(Object... mocks) { in replayMocks() method in NativeBenchmarkTestTest
70 replayMocks(); in testRun_noDevice()
99 replayMocks(); in testRun_noFileEntry()
128 replayMocks(fakeEntry); in testRun_setMaxFrequency()
153 replayMocks(fakeEntry); in testRun_doRunAllTestsInSubdirectory()
DNativeStressTestTest.java93 replayMocks(); in testRun()
111 replayMocks(); in testRun_twoRuns()
126 replayMocks(); in testRun_deviceNotAvailable()
136 private void replayMocks() { in replayMocks() method in NativeStressTestTest
DGTestListenerTest.java48 private void replayMocks() { in replayMocks() method in GTestListenerTest
80 replayMocks(); in testNoDuplicateTests()
117 replayMocks(); in testDuplicateTestsFailsWithOptionEnabled()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java435 replayMocks(test, mockRescheduler); in testInvoke_buildFailed()
468 replayMocks(mockRescheduler); in testInvoke_buildFailed_runtimeException()
502 replayMocks(mockRescheduler); in testInvoke_noBuild()
542 replayMocks(test, mockRescheduler); in testInvoke_noBuild_noHostLog()
696 replayMocks(test, mockRescheduler); in testInvoke_setupError()
723 replayMocks(test); in testInvoke_buildError()
921 replayMocks(); in testInvoke_testtag()
951 replayMocks(); in testInvoke_testtag_notset()
983 replayMocks(); in testInvoke_notesttag()
1030 replayMocks(mockProvider); in testInvoke_buildProviderNeedTestTag()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DRemoteAndroidVirtualDeviceTest.java284 replayMocks(mMockBuildInfo); in testPreInvocationSetup()
313 replayMocks(mMockBuildInfo); in testPreInvocationSetup_fails()
340 replayMocks(); in testPostInvocationTearDown()
455 private void replayMocks(Object... additionalMocks) { in replayMocks() method in RemoteAndroidVirtualDeviceTest
557 replayMocks(mMockBuildInfo); in testDeviceNotStoreShutdownState()
654 replayMocks(mMockBuildInfo); in testDevice_skipTearDown()
759 replayMocks(mMockBuildInfo); in testDeviceBoot_offline()
795 replayMocks(); in testGetRemoteTombstone()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/rust/
DRustBinaryTestTest.java91 private void replayMocks() { in replayMocks() method in RustBinaryTestTest
137 replayMocks(); in callReplayRunVerify()
157 replayMocks(); in testRun_noDevice()