Home
last modified time | relevance | path

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

123456789

/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/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 …]
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
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()
DUserCleanerFuncTest.java45 public void tearDown() throws DeviceNotAvailableException { in tearDown() method in UserCleanerFuncTest
62 mCleaner.tearDown(getTestInformation(), null); in testTearDown()
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()
DDeviceStringPusherTest.java77 mDeviceStringPusher.tearDown(mTestInfo, null); in testDoesntExist()
94 mDeviceStringPusher.tearDown(mTestInfo, null); in testAlreadyExists()
/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()
DRebootTargetPreparer.java45 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() method in RebootTargetPreparer
DSemaphoreTokenTargetPreparer.java60 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() method in SemaphoreTokenTargetPreparer
DUserCleaner.java38 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() method in UserCleaner
DRestartSystemServerTargetPreparer.java53 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown() method in RestartSystemServerTargetPreparer
/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/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/tests/src/com/android/tradefed/sandbox/
DSandboxInvocationRunnerTest.java62 mMockSandbox.tearDown(); in testPrepareAndRun()
75 mMockSandbox.tearDown(); in testPrepareAndRun_prepFailure()
/tools/acloud/internal/lib/
Ddriver_test_lib.py28 def tearDown(self): member in BaseDriverTest
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxInvocationRunner.java59 sandbox.tearDown(); in prepareAndRun()
78 sandbox.tearDown(); in prepareAndRun()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DPropertyChangerTest.java67 protected void tearDown() throws Exception { in tearDown() method in PropertyChangerTest
74 super.tearDown(); in tearDown()
/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/tests/src/com/android/tradefed/result/
DXmlResultReporterTest.java93 protected void tearDown() throws Exception { in tearDown() method in XmlResultReporterTest
94 super.tearDown(); in tearDown()
/tools/tradefederation/core/atest/test_runners/
Dvts_tf_test_runner_unittest.py31 def tearDown(self): member in VtsTradefedTestRunnerUnittests
/tools/asuite/atest/test_runners/
Dvts_tf_test_runner_unittest.py34 def tearDown(self): member in VtsTradefedTestRunnerUnittests
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/module/
DBaseModuleControllerTest.java52 public void tearDown() { in tearDown() method in BaseModuleControllerTest
/tools/tradefederation/contrib/src/com/android/tradefed/targetprep/
DAddWhitelistPackage.java48 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() method in AddWhitelistPackage
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/companion/
DCompanionAllocator.java57 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown() method in CompanionAllocator

123456789