/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | ITargetPreparer.java | 81 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/ |
D | InvocationExecutionTest.java | 347 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/ |
D | RootTargetPreparerTest.java | 61 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()
|
D | UserCleanerFuncTest.java | 45 public void tearDown() throws DeviceNotAvailableException { in tearDown() method in UserCleanerFuncTest 62 mCleaner.tearDown(getTestInformation(), null); in testTearDown()
|
D | InstallAllTestZipAppsSetupTest.java | 83 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()
|
D | DisableSELinuxTargetPreparerTest.java | 65 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()
|
D | DeviceStringPusherTest.java | 77 mDeviceStringPusher.tearDown(mTestInfo, null); in testDoesntExist() 94 mDeviceStringPusher.tearDown(mTestInfo, null); in testAlreadyExists()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | TearDownPassThroughPreparer.java | 58 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() method in TearDownPassThroughPreparer 63 cleaner.tearDown(testInfo, e); in tearDown()
|
D | RebootTargetPreparer.java | 45 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() method in RebootTargetPreparer
|
D | SemaphoreTokenTargetPreparer.java | 60 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() method in SemaphoreTokenTargetPreparer
|
D | UserCleaner.java | 38 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() method in UserCleaner
|
D | RestartSystemServerTargetPreparer.java | 53 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown() method in RestartSystemServerTargetPreparer
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/net/ |
D | HttpMultipartPostTest.java | 75 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/ |
D | AdbStopServerPreparerTest.java | 92 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/ |
D | SandboxInvocationRunnerTest.java | 62 mMockSandbox.tearDown(); in testPrepareAndRun() 75 mMockSandbox.tearDown(); in testPrepareAndRun_prepFailure()
|
/tools/acloud/internal/lib/ |
D | driver_test_lib.py | 28 def tearDown(self): member in BaseDriverTest
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | SandboxInvocationRunner.java | 59 sandbox.tearDown(); in prepareAndRun() 78 sandbox.tearDown(); in prepareAndRun()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | PropertyChangerTest.java | 67 protected void tearDown() throws Exception { in tearDown() method in PropertyChangerTest 74 super.tearDown(); in tearDown()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/log/ |
D | LogRegistryTest.java | 56 protected void tearDown() throws Exception { in tearDown() method in LogRegistryTest 57 super.tearDown(); in tearDown()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | XmlResultReporterTest.java | 93 protected void tearDown() throws Exception { in tearDown() method in XmlResultReporterTest 94 super.tearDown(); in tearDown()
|
/tools/tradefederation/core/atest/test_runners/ |
D | vts_tf_test_runner_unittest.py | 31 def tearDown(self): member in VtsTradefedTestRunnerUnittests
|
/tools/asuite/atest/test_runners/ |
D | vts_tf_test_runner_unittest.py | 34 def tearDown(self): member in VtsTradefedTestRunnerUnittests
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/module/ |
D | BaseModuleControllerTest.java | 52 public void tearDown() { in tearDown() method in BaseModuleControllerTest
|
/tools/tradefederation/contrib/src/com/android/tradefed/targetprep/ |
D | AddWhitelistPackage.java | 48 public void tearDown(TestInformation testInfo, Throwable e) throws DeviceNotAvailableException { in tearDown() method in AddWhitelistPackage
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/companion/ |
D | CompanionAllocator.java | 57 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown() method in CompanionAllocator
|