Home
last modified time | relevance | path

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

12345

/tools/tradefederation/core/src/com/android/tradefed/targetprep/companion/
DCompanionTestAppInstallSetup.java59 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown() method in CompanionTestAppInstallSetup
61 super.tearDown(mCompanion, buildInfo, e); in tearDown()
DCompanionRunCommandTargetPreparer.java50 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown() method in CompanionRunCommandTargetPreparer
55 super.tearDown(companion, buildInfo, e); in tearDown()
DCompanionAllocator.java58 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown() method in CompanionAllocator
/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/src/com/android/tradefed/targetprep/
DTearDownPassThroughPreparer.java63 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown() method in TearDownPassThroughPreparer
69 cleaner.tearDown(device, buildInfo, e); in tearDown()
DITargetCleaner.java40 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown() method
DRootTargetPreparer.java43 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown() method in RootTargetPreparer
DRestartSystemServerTargetPreparer.java54 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable e) in tearDown() method in RestartSystemServerTargetPreparer
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DKernelBuildInfoTest.java42 protected void tearDown() throws Exception { in tearDown() method in KernelBuildInfoTest
44 super.tearDown(); in tearDown()
DKernelDeviceBuildInfoTest.java53 public void tearDown() throws Exception { in tearDown() method in KernelDeviceBuildInfoTest
57 super.tearDown(); in tearDown()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DInvocationExecutionTest.java232 inOrder.verify(stub4).tearDown(mContext, null); in testDoSetup()
234 inOrder.verify(stub3).tearDown(mContext, null); in testDoSetup()
236 inOrder.verify(cleaner).tearDown(Mockito.any(), Mockito.any(), Mockito.any()); in testDoSetup()
239 inOrder.verify(stub2).tearDown(mContext, null); in testDoSetup()
241 inOrder.verify(stub1).tearDown(mContext, null); in testDoSetup()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DRootTargetPreparerTest.java48 mRootTargetPreparer.tearDown(mMockDevice, mMockBuildInfo, null); in testSetUpSuccess_rootBefore()
60 mRootTargetPreparer.tearDown(mMockDevice, mMockBuildInfo, null); in testSetUpSuccess_notRootBefore()
DInstrumentationPreparerTest.java54 public void tearDown() throws Exception { in tearDown() method in InstrumentationPreparerTest
55 super.tearDown(); in tearDown()
DDeviceStringPusherTest.java69 mDeviceStringPusher.tearDown(mMockDevice, mMockBuildInfo, null); in testDoesntExist()
86 mDeviceStringPusher.tearDown(mMockDevice, mMockBuildInfo, null); in testAlreadyExists()
DInstallAllTestZipAppsSetupTest.java82 public void tearDown() throws Exception { in tearDown() method in InstallAllTestZipAppsSetupTest
150 mPrep.tearDown(mMockTestDevice, mMockBuildInfo, null); in testSuccess()
170 mPrep.tearDown(mMockTestDevice, mMockBuildInfo, null); in testSuccessNoTearDown()
218 mPrep.tearDown(mMockTestDevice, mMockBuildInfo, null); in testDisable()
DRunCommandTargetPreparerTest.java119 mPreparer.tearDown(mMockDevice, mMockBuildInfo, null); in testDisabled()
135 mPreparer.tearDown(mMockDevice, mMockBuildInfo, null); in testTearDown()
164 mPreparer.tearDown(mMockDevice, mMockBuildInfo, null); in testBgCmd()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxInvocationRunner.java48 sandbox.tearDown(); in prepareAndRun()
57 sandbox.tearDown(); in prepareAndRun()
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DSandboxInvocationRunnerTest.java60 mMockSandbox.tearDown(); in testPrepareAndRun()
72 mMockSandbox.tearDown(); in testPrepareAndRun_prepFailure()
/tools/acloud/internal/lib/
Ddriver_test_lib.py30 def tearDown(self): member in BaseDriverTest
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DEmmaXmlReporterParserTest.java66 protected void tearDown() throws Exception { in tearDown() method in EmmaXmlReporterParserTest
67 super.tearDown(); in tearDown()
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/src/com/android/tradefed/targetprep/multi/
DIMultiTargetPreparer.java54 public default void tearDown(IInvocationContext context, Throwable e) in tearDown() method
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/module/
DBaseModuleControllerTest.java52 public void tearDown() { in tearDown() method in BaseModuleControllerTest
/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()

12345