Home
last modified time | relevance | path

Searched refs:setTestInformation (Results 1 – 13 of 13) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/
DBaseHostJUnit4TestTest.java177 test.setTestInformation(mTestInfo); in testRunDeviceTests()
200 test.setTestInformation(mTestInfo); in testRunDeviceTests_assumptionFailure()
257 test.setTestInformation(mTestInfo); in testRunDeviceTests_abi()
283 test.setTestInformation(mTestInfo); in testRunDeviceTests_asUser()
319 test.setTestInformation(mTestInfo); in testRunDeviceTestsWithOptions()
349 test.setTestInformation(mTestInfo); in testRunDeviceTests_crashedInstrumentation()
DLongevityHostRunnerTest.java183 mHostRunner.setTestInformation(mTestInfo); in setUpRunner()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DJarHostTestTest.java145 mTest.setTestInformation(mTestInfo); in testSplit_withJar()
227 mTest.setTestInformation(mTestInfo); in testSplit_countWithFilter()
325 mTest.setTestInformation(mTestInfo); in testRunWithJar()
359 mTest.setTestInformation(mTestInfo); in testRunWithClassFromExternalJar()
DInstrumentationTestFuncTest.java65 public void setTestInformation(TestInformation testInformation) { in setTestInformation() method in InstrumentationTestFuncTest
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceSuite.java58 public void setTestInformation(TestInformation testInformation) { in setTestInformation() method in DeviceSuite
69 ((ITestInformationReceiver) r).setTestInformation(mTestInfo); in setTestInformation()
147 ((ITestInformationReceiver) testObj).setTestInformation(mTestInfo); in injectValues()
DDeviceJUnit4ClassRunner.java96 ((ITestInformationReceiver) testObj).setTestInformation(mTestInformation); in createTest()
162 public void setTestInformation(TestInformation testInformation) { in setTestInformation() method in DeviceJUnit4ClassRunner
DHostTest.java204 public void setTestInformation(TestInformation testInfo) { in setTestInformation() method in HostTest
488 ((ITestInformationReceiver) testObj).setTestInformation(mTestInfo); in setTestObjectInformation()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/junit4/
DDeviceParameterizedRunner.java81 ((ITestInformationReceiver) testObj).setTestInformation(mTestInformation); in methodInvoker()
99 public void setTestInformation(TestInformation testInformation) { in setTestInformation() method in DeviceParameterizedRunner
DLongevityHostRunner.java92 public void setTestInformation(TestInformation testInformation) { in setTestInformation() method in LongevityHostRunner
186 ((ITestInformationReceiver) child).setTestInformation(mTestInfo); in run()
DBaseHostJUnit4Test.java83 public final void setTestInformation(TestInformation testInformation) { in setTestInformation() method in BaseHostJUnit4Test
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestInformationReceiver.java27 public void setTestInformation(TestInformation testInformation); in setTestInformation() method
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTestAppInstallSetup.java169 protected void setTestInformation(TestInformation testInfo) { in setTestInformation() method in TestAppInstallSetup
DInstallApexModuleTargetPreparer.java94 setTestInformation(testInfo); in setUp()