Home
last modified time | relevance | path

Searched refs:setInvocationContext (Results 1 – 25 of 96) sorted by relevance

1234

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java170 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 …]
DModuleDefinitionTest.java335 .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 …]
DGranularRetriableTestWrapperTest.java277 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()
DITestSuiteTest.java313 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()
DSuiteModuleLoaderTest.java764 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()
DTfSuiteRunnerTest.java91 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp()
234 mRunner.setInvocationContext(context); in testLoadTests_suite()
236 TestInformation.newBuilder().setInvocationContext(context).build(); in testLoadTests_suite()
DModuleDefinitionMultiTest.java129 .setInvocationContext(mModule.getModuleInvocationContext()) in testCreateAndRun()
169 .setInvocationContext(mModule.getModuleInvocationContext()) in testPreparer_mismatch()
DTestMappingSuiteRunnerTest.java123 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp()
862 mRunner.setInvocationContext(mContext); in testLoadTests_moduleDifferentoptions()
913 mMainlineRunner.setInvocationContext(mContext); in testLoadTestsForMainline()
DITestSuiteMultiTest.java146 mTestSuite.setInvocationContext(mContext); in testMultiDeviceITestSuite()
147 mTestInfo = TestInformation.newBuilder().setInvocationContext(mContext).build(); in testMultiDeviceITestSuite()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DPushFilePreparerTest.java68 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 …]
DRebootTargetPreparerTest.java47 mTestInfo = TestInformation.newBuilder().setInvocationContext(context).build(); in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DInvocationExecutionTest.java203 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()
DTestInvocationTest.java1022 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()
DSandboxedInvocationExecutionTest.java136 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/
DParentSandboxInvocationExecutionTest.java115 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/
DModuleDefinition.java430 .setInvocationContext(mModuleInvocationContext); in run()
612 retriableTest.setInvocationContext(mModuleInvocationContext); in prepareGranularRetriableWrapper()
800 .setInvocationContext(mModuleInvocationContext); in runPreparerSetup()
837 .setInvocationContext(mModuleInvocationContext); in runMultiPreparerSetup()
DITestSuite.java934 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/
DSandboxInvocationRunnerTest.java56 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/
DLongevityHostRunnerTest.java135 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/
DAdbStopServerPreparerTest.java88 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/
DStrictShardHelperTest.java90 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/
DInvocationExecution.java135 .setInvocationContext(testInfo.getContext()); in fetchBuild()
580 ((IInvocationContextReceiver) test).setInvocationContext(info.getContext()); in runTests()
DTestInvocation.java741 .setInvocationContext(context) in invoke()
760 decision.setInvocationContext(context); in invoke()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DIInvocationContextReceiver.java32 public void setInvocationContext(IInvocationContext invocationContext); in setInvocationContext() method
/tools/tradefederation/core/src/com/android/tradefed/retry/
DIRetryDecision.java44 public void setInvocationContext(IInvocationContext context); in setInvocationContext() method

1234