/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ITestSuiteIntegrationTest.java | 170 mTestInfo = TestInformation.newBuilder().setInvocationContext(mContext).build(); in setUp() 240 suite.setInvocationContext(mContext); in testSimplePassRun() 280 suite.setInvocationContext(mContext); in testSimplePassRun_withLoggedFile() 336 suite.setInvocationContext(mContext); in testSimpleRun_withFail() 364 suite.setInvocationContext(mContext); in testRun_incomplete() 391 suite.setInvocationContext(mContext); in testRun_DeviceNotAvailable() 422 ((IInvocationContextReceiver) test).setInvocationContext(mContext); in scheduleConfig() 428 TestInformation.newBuilder().setInvocationContext(mContext).build(); in scheduleConfig() 467 .setInvocationContext(mContext); in scheduleConfig() 475 .setInvocationContext(mContext) in scheduleConfig() [all …]
|
D | ModuleDefinitionTest.java | 335 .setInvocationContext(mModule.getModuleInvocationContext()) in setUp() 521 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_aggregateRunFailures() 686 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_failPreparation() 730 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_failPreparation_runtime() 771 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_failPreparation_error() 818 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_failPreparation_moduleListener() 872 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_failPreparation_unresponsive() 915 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_fullPass() 965 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_partialRun() 1028 .setInvocationContext(mModule.getModuleInvocationContext()) in testRun_partialRun_error() [all …]
|
D | GranularRetriableTestWrapperTest.java | 277 granularTestWrapper.setInvocationContext(mModuleInvocationContext); in createGranularTestWrapper() 286 mDecision.setInvocationContext(mModuleInvocationContext); in createGranularTestWrapper() 295 TestInformation.newBuilder().setInvocationContext(mModuleInvocationContext).build(); in setUp() 718 decision.setInvocationContext(mModuleInvocationContext); in testIntraModuleRun_iterations() 755 decision.setInvocationContext(mModuleInvocationContext); in testIntraModuleRun_untilFailure() 863 decision.setInvocationContext(mModuleInvocationContext); in testIntraModuleRun_rebootAtLastIntraModuleRetry() 888 decision.setInvocationContext(mModuleInvocationContext); in testIntraModuleRun_rebootMultiDevicesAtLastIntraModuleRetry()
|
D | ITestSuiteTest.java | 313 mTestSuite.setInvocationContext(mContext); in setUp() 316 mTestInfo = TestInformation.newBuilder().setInvocationContext(mContext).build(); in setUp() 678 mTestSuite.setInvocationContext(mContext); in testRun_unresponsiveDevice() 737 mTestSuite.setInvocationContext(mContext); in testRun_deviceUnavailable() 806 mTestSuite.setInvocationContext(mContext); in testRun_runtimeException() 1461 mTestSuite.setInvocationContext(mContext); in testRun_withModuleListener() 1510 mTestSuite.setInvocationContext(mContext); in testRun_coverageOptionsCopied() 1582 decision.setInvocationContext(mContext); in testRun_GranularRerunwithModuleListener() 1586 mTestSuite.setInvocationContext(mContext); in testRun_GranularRerunwithModuleListener()
|
D | SuiteModuleLoaderTest.java | 764 mRepo.setInvocationContext(mContext); in testLoadParameterizedMainlineModules() 803 mRepo.setInvocationContext(mContext); in testLoadParameterizedMainlineModule_WithFilters() 837 mRepo.setInvocationContext(mContext); in testLoadParameterizedMainlineModule_WithModuleArgs() 876 mRepo.setInvocationContext(mContext); in testLoadParameterizedMainlineModules_WithMultipleFilters()
|
D | TfSuiteRunnerTest.java | 91 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp() 234 mRunner.setInvocationContext(context); in testLoadTests_suite() 236 TestInformation.newBuilder().setInvocationContext(context).build(); in testLoadTests_suite()
|
D | ModuleDefinitionMultiTest.java | 129 .setInvocationContext(mModule.getModuleInvocationContext()) in testCreateAndRun() 169 .setInvocationContext(mModule.getModuleInvocationContext()) in testPreparer_mismatch()
|
D | TestMappingSuiteRunnerTest.java | 123 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp() 862 mRunner.setInvocationContext(mContext); in testLoadTests_moduleDifferentoptions() 913 mMainlineRunner.setInvocationContext(mContext); in testLoadTestsForMainline()
|
D | ITestSuiteMultiTest.java | 146 mTestSuite.setInvocationContext(mContext); in testMultiDeviceITestSuite() 147 mTestInfo = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testMultiDeviceITestSuite()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | PushFilePreparerTest.java | 68 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp() 436 mPreparer.setInvocationContext(createModuleWithName("debugger")); in testPush_abiDirectory_noBitness_withModule() 510 mPreparer.setInvocationContext(createModuleWithName("debugger")); in testPush_moduleName_dirs() 551 mPreparer.setInvocationContext(createModuleWithName("aaaaa")); in testPush_moduleName_files() 588 mPreparer.setInvocationContext(createModuleWithName("aaaaa")); in testPush_moduleName_files_abi_32bit() 620 mPreparer.setInvocationContext(createModuleWithName("aaaaa")); in testPush_moduleName_files_abi_64bit() 653 mPreparer.setInvocationContext(createModuleWithName("debugger")); in testPush_moduleName_ignored() 694 mPreparer.setInvocationContext(createModuleWithName("debugger")); in testPush_moduleName_multiAbi() 733 mPreparer.setInvocationContext(createModuleWithName("debugger")); in testPush_moduleName_multiabi_files() 781 mPreparer.setInvocationContext(createModuleWithName("CtsBionicTestCases")); in testPush_moduleName_noMatch() [all …]
|
D | RebootTargetPreparerTest.java | 47 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | InvocationExecutionTest.java | 203 TestInformation info = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testRun_autoRetry() 233 TestInformation info = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testRun_autoRetry_throughForwarder() 267 TestInformation info = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testRun_metricCollectors() 290 TestInformation info = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testRun_metricCollectors_auto() 327 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testDoSetup() 375 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testDoTearDown() 442 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testDoTearDown_multiDevice() 474 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testDoTearDown_logger() 520 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testDoTearDown_exception()
|
D | TestInvocationTest.java | 1022 mockProvider.setInvocationContext((IInvocationContext)EasyMock.anyObject()); in testInvoke_buildProviderNeedTestTag() 1278 TestInformation.newBuilder().setInvocationContext(mStubInvocationMetadata).build(); in testInvoke_shardableTest_legacy() 1334 TestInformation.newBuilder().setInvocationContext(mStubInvocationMetadata).build(); in testInvoke_shardableTest_autoRetry() 1924 TestInformation.newBuilder().setInvocationContext(mStubInvocationMetadata).build(); in testMetricCollectionChain() 1967 TestInformation.newBuilder().setInvocationContext(mStubInvocationMetadata).build(); in testMetricCollectionChain_disabled()
|
D | SandboxedInvocationExecutionTest.java | 136 mTestInfo = TestInformation.newBuilder().setInvocationContext(mContext).build(); in setUp() 163 Mockito.verify(mMockProvider, times(1)).setInvocationContext(mContext); in testSandboxInvocation()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/sandbox/ |
D | ParentSandboxInvocationExecutionTest.java | 115 mTestInfo = TestInformation.newBuilder().setInvocationContext(mContext).build(); in setUp() 211 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testParentSandbox_testMode() 228 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testParentSandbox_NotTestMode() 247 TestInformation.newBuilder().setInvocationContext(mContext).build(); in testParentSandbox_shutdown()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleDefinition.java | 430 .setInvocationContext(mModuleInvocationContext); in run() 612 retriableTest.setInvocationContext(mModuleInvocationContext); in prepareGranularRetriableWrapper() 800 .setInvocationContext(mModuleInvocationContext); in runPreparerSetup() 837 .setInvocationContext(mModuleInvocationContext); in runMultiPreparerSetup()
|
D | ITestSuite.java | 934 setInvocationContext(testInfo.getContext()); in split() 995 ((IInvocationContextReceiver) test).setInvocationContext(testInfo.getContext()); in injectInfo() 1076 public void setInvocationContext(IInvocationContext invocationContext) { in setInvocationContext() method in ITestSuite
|
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/ |
D | SandboxInvocationRunnerTest.java | 56 TestInformation info = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testPrepareAndRun() 71 TestInformation info = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testPrepareAndRun_prepFailure()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/junit4/ |
D | LongevityHostRunnerTest.java | 135 public void setInvocationContext(IInvocationContext invocationContext) { in setInvocationContext() method in LongevityHostRunnerTest.DeviceFeaturesTest 177 mTestInfo = TestInformation.newBuilder().setInvocationContext(mMockContext).build(); in setUpMocks()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/adb/ |
D | AdbStopServerPreparerTest.java | 88 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp() 173 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in testNoAdb()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/ |
D | StrictShardHelperTest.java | 90 mTestInfo = TestInformation.newBuilder().setInvocationContext(mContext).build(); in setUp() 356 public void setInvocationContext(IInvocationContext invocationContext) { in setInvocationContext() method in StrictShardHelperTest.TestInterfaceClass
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | InvocationExecution.java | 135 .setInvocationContext(testInfo.getContext()); in fetchBuild() 580 ((IInvocationContextReceiver) test).setInvocationContext(info.getContext()); in runTests()
|
D | TestInvocation.java | 741 .setInvocationContext(context) in invoke() 760 decision.setInvocationContext(context); in invoke()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | IInvocationContextReceiver.java | 32 public void setInvocationContext(IInvocationContext invocationContext); in setInvocationContext() method
|
/tools/tradefederation/core/src/com/android/tradefed/retry/ |
D | IRetryDecision.java | 44 public void setInvocationContext(IInvocationContext context); in setInvocationContext() method
|