Home
last modified time | relevance | path

Searched refs:tearDown (Results 1 – 25 of 222) sorted by relevance

123456789

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DInvocationExecutionTest.java347 inOrder.verify(stub4).tearDown(testInfo, null); in testDoSetup()
349 inOrder.verify(stub3).tearDown(testInfo, null); in testDoSetup()
351 inOrder.verify(cleaner).tearDown(Mockito.any(), Mockito.any()); in testDoSetup()
354 inOrder.verify(stub2).tearDown(testInfo, null); in testDoSetup()
356 inOrder.verify(stub1).tearDown(testInfo, null); in testDoSetup()
394 inOrder.verify(stub4).tearDown(testInfo, exception); in testDoTearDown()
396 inOrder.verify(stub3).tearDown(testInfo, exception); in testDoTearDown()
398 inOrder.verify(cleaner).tearDown(Mockito.any(), Mockito.any()); in testDoTearDown()
401 inOrder.verify(stub2).tearDown(testInfo, exception); in testDoTearDown()
403 inOrder.verify(stub1).tearDown(testInfo, exception); in testDoTearDown()
[all …]
DTestInvocationTest.java350 mMockPreparer.tearDown(EasyMock.anyObject(), EasyMock.isNull()); in testInvoke_RemoteTest()
370 mMockPreparer.tearDown(EasyMock.anyObject(), EasyMock.isNull()); in testInvokeMulti_RemoteTest()
392 mMockPreparer.tearDown(EasyMock.anyObject(), EasyMock.isNull()); in testInvoke_twoSummary()
562 mMockPreparer.tearDown(EasyMock.anyObject(), EasyMock.isNull()); in testInvoke_deviceTest()
583 mMockPreparer.tearDown(EasyMock.anyObject(), EasyMock.eq(exception)); in testInvoke_testFail()
606 mMockPreparer.tearDown(EasyMock.anyObject(), EasyMock.isNull()); in testInvoke_metricsCollectedWhenStopped()
741 mockCleaner.tearDown(EasyMock.anyObject(), EasyMock.isNull()); in testInvoke_tearDown()
742 mMockPreparer.tearDown(EasyMock.anyObject(), EasyMock.isNull()); in testInvoke_tearDown()
769 mockCleaner.tearDown(EasyMock.anyObject(), EasyMock.eq(exception)); in testInvoke_tearDown_deviceNotAvail()
805 mockCleaner.tearDown(EasyMock.anyObject(), EasyMock.eq(exception)); in testInvoke_tearDown_runtime()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java430 mMockPrep.tearDown(EasyMock.eq(mModuleInfo), EasyMock.isNull()); in testRun()
482 mMockPrep.tearDown(EasyMock.eq(mModuleInfo), EasyMock.isNull()); in testRun_tearDownException()
529 mMockPrep.tearDown(EasyMock.eq(mModuleInfo), EasyMock.isNull()); in testRun_aggregateRunFailures()
688 mMockPrep.tearDown(EasyMock.eq(mModuleInfo), EasyMock.isNull()); in testRun_failPreparation()
732 mMockPrep.tearDown(EasyMock.eq(mModuleInfo), EasyMock.isNull()); in testRun_failPreparation_runtime()
773 mMockPrep.tearDown(EasyMock.eq(mModuleInfo), EasyMock.isNull()); in testRun_failPreparation_error()
820 mMockPrep.tearDown(EasyMock.eq(mModuleInfo), EasyMock.isNull()); in testRun_failPreparation_moduleListener()
923 mMockPrep.tearDown(EasyMock.eq(mModuleInfo), EasyMock.isNull()); in testRun_fullPass()
973 mMockPrep.tearDown( in testRun_partialRun()
1036 mMockPrep.tearDown(EasyMock.eq(mModuleInfo), EasyMock.isNull()); in testRun_partialRun_error()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DInstallApexModuleTargetPreparerTest.java210 public void tearDown() throws Exception { in tearDown() method in InstallApexModuleTargetPreparerTest
597 mInstallApexModuleTargetPreparer.tearDown(mTestInfo, null); in testSetupAndTearDown_SingleApk()
633 mInstallApexModuleTargetPreparer.tearDown(mTestInfo, null); in testSetupAndTearDown_InstallMultipleApk()
679 mInstallApexModuleTargetPreparer.tearDown(mTestInfo, null); in testSetupAndTearDown_InstallMultipleApkContainingPersistentApk()
759 mInstallApexModuleTargetPreparer.tearDown(mTestInfo, null); in testSetupAndTearDown_ApkAndApks()
814 mInstallApexModuleTargetPreparer.tearDown(mTestInfo, null); in testSetupAndTearDown()
871 mInstallApexModuleTargetPreparer.tearDown(mTestInfo, null); in testSetupAndTearDown_MultiInstall()
971 mInstallApexModuleTargetPreparer.tearDown(mTestInfo, null); in testInstallUsingBundletool()
1076 mInstallApexModuleTargetPreparer.tearDown(mTestInfo, null); in testInstallUsingBundletool_skipModuleNotPreloaded()
1109 mInstallApexModuleTargetPreparer.tearDown(mTestInfo, null); in testTearDown()
[all …]
DRootTargetPreparerTest.java61 mRootTargetPreparer.tearDown(mTestInfo, null); in testSetUpSuccess_rootBefore()
73 mRootTargetPreparer.tearDown(mTestInfo, null); in testSetUpSuccess_notRootBefore()
98 mRootTargetPreparer.tearDown(mTestInfo, null); in testSetUpSuccess_rootBefore_forceUnroot()
111 mRootTargetPreparer.tearDown(mTestInfo, null); in testSetUpSuccess_notRootBefore_forceUnroot()
140 mRootTargetPreparer.tearDown(mTestInfo, null); in testSetUpFail_forceRoot_ignoresFailure()
156 mRootTargetPreparer.tearDown(mTestInfo, null); in testSetUpFail_forceUnroot_ignoresFailure()
DDeviceSetupTest.java80 protected void tearDown() throws Exception { in tearDown() method in DeviceSetupTest
82 super.tearDown(); in tearDown()
1113 mDeviceSetup.tearDown(mTestInfo, null); in test_restore_properties_previous_exists()
1131 mDeviceSetup.tearDown(mTestInfo, null); in test_restore_properties_previous_doesnt_exists()
1163 mDeviceSetup.tearDown(mTestInfo, null); in test_restore_settings()
1170 mDeviceSetup.tearDown(mTestInfo, null); in testTearDown()
1179 mDeviceSetup.tearDown(mTestInfo, null); in testTearDown_disconnectFromWifi()
1187 mDeviceSetup.tearDown(mTestInfo, null); in testTearDown_tcpDevice()
DCreateUserPreparerTest.java68 mPreparer.tearDown(mTestInfo, null); in testSetUp_tearDown()
109 preparer.tearDown(mTestInfo, null); in testSetUp_tearDown_reuseTestUser()
146 preparer.tearDown(mTestInfo, null); in testSetUp_tearDown_reuseTestUser_noExistingTestUser()
162 mPreparer.tearDown(mTestInfo, null); in testSetUp_tearDown_noCurrent()
229 mPreparer.tearDown(mTestInfo, null); in testTearDown_only()
DInstallAllTestZipAppsSetupTest.java83 public void tearDown() throws Exception { in tearDown() method in InstallAllTestZipAppsSetupTest
151 mPrep.tearDown(mMockTestDevice, mMockBuildInfo, null); in testSuccess()
173 mPrep.tearDown(mMockTestDevice, mMockBuildInfo, null); in testForceQueryableSuccess()
193 mPrep.tearDown(mMockTestDevice, mMockBuildInfo, null); in testSuccessNoTearDown()
240 mPrep.tearDown(mMockTestDevice, mMockBuildInfo, null); in testDisable()
DDisableSELinuxTargetPreparerTest.java65 mDisableSELinuxTargetPreparer.tearDown(mTestInfo, null); in testSetUpSuccess_permissive()
85 mDisableSELinuxTargetPreparer.tearDown(mTestInfo, null); in testSetUpSuccess_enforced_rootBefore()
108 mDisableSELinuxTargetPreparer.tearDown(mTestInfo, null); in testSetUpSuccess_enforced_notRootBefore()
DAppSetupTest.java75 public void tearDown() { in tearDown() method in AppSetupTest
372 mAppSetup.tearDown( in testTearDown_DNAE()
385 mAppSetup.tearDown(mMockDevice, mMockBuildInfo, null); in testTearDown()
DGkiDeviceFlashPreparerTest.java115 public void tearDown() throws Exception { in tearDown() method in GkiDeviceFlashPreparerTest
294 mPreparer.tearDown(mTestInfo, null); in testSetup_Success()
320 mPreparer.tearDown(mTestInfo, null); in testSetup_Success_FromZip()
DUserCleanerFuncTest.java45 public void tearDown() throws DeviceNotAvailableException { in tearDown() method in UserCleanerFuncTest
62 mCleaner.tearDown(getTestInformation(), null); in testTearDown()
DDeviceStringPusherTest.java77 mDeviceStringPusher.tearDown(mTestInfo, null); in testDoesntExist()
94 mDeviceStringPusher.tearDown(mTestInfo, null); in testAlreadyExists()
/tools/test/connectivity/acts/framework/tests/
Dacts_relay_controller_test.py74 def tearDown(self): member in ActsRelayTest
229 def tearDown(self): member in ActsSainSmartBoardTest
362 def tearDown(self): member in ActsRelayRigTest
454 def tearDown(self): member in ActsGenericRelayDeviceTest
554 def tearDown(self): member in ActsRelayDeviceTest
622 def tearDown(self): member in TestRelayRigParser
725 def tearDown(self): member in TestFuguRemote
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/adb/
DAdbStopServerPreparerTest.java92 public void tearDown() { in tearDown() method in AdbStopServerPreparerTest
116 mPreparer.tearDown(mTestInfo, null); in testSetup_tearDown()
148 mPreparer.tearDown(mTestInfo, null); in testSetup_fail_tearDown()
213 mPreparer.tearDown(mTestInfo, null); in testAdbFromEnv()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/multi/
DIMultiTargetPreparer.java75 public default void tearDown(IInvocationContext context, Throwable e) in tearDown() method
89 public default void tearDown(TestInformation testInformation, Throwable e) in tearDown() method
91 tearDown(testInformation.getContext(), e); in tearDown()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DITargetPreparer.java81 public default void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown() method
94 public default void tearDown(TestInformation testInformation, Throwable e) in tearDown() method
96 tearDown(testInformation.getDevice(), testInformation.getBuildInfo(), e); in tearDown()
/tools/test/connectivity/acts/framework/tests/controllers/
Dpower_monitor_test.py36 def tearDown(self): member in PowerMonitorTest
37 super().tearDown()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DRestApiHelperTest.java41 public void tearDown() throws Exception { in tearDown() method in RestApiHelperTest
42 super.tearDown(); in tearDown()
DPropertyChangerTest.java67 protected void tearDown() throws Exception { in tearDown() method in PropertyChangerTest
74 super.tearDown(); in tearDown()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DTearDownPassThroughPreparer.java58 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() method in TearDownPassThroughPreparer
63 cleaner.tearDown(testInfo, e); in tearDown()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
DHttpMultipartPostTest.java75 public void tearDown() throws Exception { in tearDown() method in HttpMultipartPostTest
77 super.tearDown(); in tearDown()
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DSandboxInvocationRunnerTest.java62 mMockSandbox.tearDown(); in testPrepareAndRun()
75 mMockSandbox.tearDown(); in testPrepareAndRun_prepFailure()
/tools/tradefederation/core/tests/src/com/android/tradefed/log/
DLogRegistryTest.java56 protected void tearDown() throws Exception { in tearDown() method in LogRegistryTest
57 super.tearDown(); in tearDown()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxInvocationRunner.java59 sandbox.tearDown(); in prepareAndRun()
78 sandbox.tearDown(); in prepareAndRun()

123456789