Home
last modified time | relevance | path

Searched refs:InvocationContext (Results 1 – 25 of 44) sorted by relevance

12

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DShardMasterResultForwarderTest.java66 IInvocationContext main = new InvocationContext(); in testForwardBuildInfo()
72 InvocationContext shard1 = new InvocationContext(); in testForwardBuildInfo()
78 InvocationContext shard2 = new InvocationContext(); in testForwardBuildInfo()
100 IInvocationContext main = new InvocationContext(); in testForwardBuildInfo_multiDevice()
111 InvocationContext shard1 = new InvocationContext(); in testForwardBuildInfo_multiDevice()
122 InvocationContext shard2 = new InvocationContext(); in testForwardBuildInfo_multiDevice()
160 IInvocationContext main = new InvocationContext(); in testForward_Sharded()
DInvocationContextTest.java42 private InvocationContext mContext;
46 mContext = new InvocationContext(); in setUp()
105 InvocationContext deserialized = in testSerialize()
106 (InvocationContext) SerializationUtil.deserialize(ser, true); in testSerialize()
DShardListenerTest.java55 mContext = new InvocationContext(); in setUp()
84 IInvocationContext module1 = new InvocationContext(); in testBufferAndReplay_withModule()
85 IInvocationContext module2 = new InvocationContext(); in testBufferAndReplay_withModule()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java24 import com.android.tradefed.invoker.InvocationContext;
113 new SubprocessTestResultsParser(mockRunListener, new InvocationContext()); in testParse_randomEvents()
151 new SubprocessTestResultsParser(mockRunListener, new InvocationContext()); in testParse_invalidEventOrder()
176 new SubprocessTestResultsParser(mockRunListener, new InvocationContext()); in testParse_testNotStarted()
211 new SubprocessTestResultsParser(mockRunListener, new InvocationContext()); in testParse_noTimeStamp()
246 new SubprocessTestResultsParser(mockRunListener, new InvocationContext()); in testParse_invocationFailed()
283 new SubprocessTestResultsParser(mockRunListener, true, new InvocationContext()); in testParser_receiveFromSocket()
318 new SubprocessTestResultsParser(mockRunListener, true, new InvocationContext()); in testParser_failToJoin()
330 InvocationContext context = new InvocationContext(); in testParse_testTag()
360 InvocationContext context = new InvocationContext(); in testParse_testTagNotOverwrite()
[all …]
DMetricsXmlParserTest.java29 import com.android.tradefed.invoker.InvocationContext;
89 IInvocationContext context = new InvocationContext(); in testSimpleParse()
117 IInvocationContext context = new InvocationContext(); in testParse()
152 IInvocationContext context = new InvocationContext(); in testParseBlacklist()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DMetricsXMLResultReporterTest.java25 import com.android.tradefed.invoker.InvocationContext;
60 IInvocationContext context = new InvocationContext(); in testEmptyGeneration()
77 IInvocationContext context = new InvocationContext(); in testRunMetrics()
104 IInvocationContext context = new InvocationContext(); in testTestMetrics()
129 IInvocationContext context = new InvocationContext(); in testTestFailMetrics()
DDeviceUnavailEmailResultReporterTest.java23 import com.android.tradefed.invoker.InvocationContext;
51 IInvocationContext context = new InvocationContext(); in testGenerateEmailSubject()
DXmlResultReporterTest.java20 import com.android.tradefed.invoker.InvocationContext;
106 IInvocationContext context = new InvocationContext(); in testEmptyGeneration()
120 IInvocationContext context = new InvocationContext(); in testSinglePass()
144 IInvocationContext context = new InvocationContext(); in testSingleFail()
DSubprocessResultsReporterTest.java22 import com.android.tradefed.invoker.InvocationContext;
109 new SubprocessTestResultsParser(mMockListener, true, new InvocationContext()); in testPrintEvent_printToSocket()
138 new SubprocessTestResultsParser(mMockListener, true, new InvocationContext())) { in testTestLog() argument
171 new SubprocessTestResultsParser(mMockListener, true, new InvocationContext())) { in testTestLog_disabled() argument
DLegacySubprocessResultsReporterTest.java20 import com.android.tradefed.invoker.InvocationContext;
66 new SubprocessTestResultsParser(mMockListener, true, new InvocationContext()); in testPrintEvent_printToSocket()
DFileSystemLogSaverTest.java23 import com.android.tradefed.invoker.InvocationContext;
73 mContext = new InvocationContext(); in setUp()
124 IInvocationContext context = new InvocationContext(); in testGetFileDir_nobranch()
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/
DFormattedGeneratorReporterTest.java21 import com.android.tradefed.invoker.InvocationContext;
48 mContext = new InvocationContext(); in setUp()
125 IInvocationContext moduleContext = new InvocationContext(); in testFinalizeResults()
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DSandboxInvocationRunnerTest.java24 import com.android.tradefed.invoker.InvocationContext;
47 mContext = new InvocationContext(); in setUp()
/tools/tradefederation/core/prod-tests/tests/src/com/android/continuous/
DSmokeTestFailureReporterTest.java22 import com.android.tradefed.invoker.InvocationContext;
70 IInvocationContext context = new InvocationContext(); in testSingleFail()
117 IInvocationContext context = new InvocationContext(); in testTwoPassOneFail()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DDeviceMetricDataTest.java25 import com.android.tradefed.invoker.InvocationContext;
45 mContext = new InvocationContext(); in setUp()
DAtraceRunMetricCollectorTest.java21 import com.android.tradefed.invoker.InvocationContext;
53 mContext = new InvocationContext(); in setUp()
DDeviceMetricDataFuncTest.java23 import com.android.tradefed.invoker.InvocationContext;
50 mContext = new InvocationContext(); in setUp()
DScheduledDeviceMetricCollectorTest.java24 import com.android.tradefed.invoker.InvocationContext;
67 mContext = new InvocationContext(); in setUp()
DFilePullerLogCollectorTest.java24 import com.android.tradefed.invoker.InvocationContext;
55 mContext = new InvocationContext(); in setUp()
DFilePullerDeviceMetricCollectorTest.java21 import com.android.tradefed.invoker.InvocationContext;
51 mContext = new InvocationContext(); in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/module/
DNativeBridgeModuleControllerTest.java25 import com.android.tradefed.invoker.InvocationContext;
47 mContext = new InvocationContext(); in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/multi/
DMergeMultiBuildTargetPreparerTest.java28 import com.android.tradefed.invoker.InvocationContext;
56 mContext = new InvocationContext(); in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DITestSuiteMultiTest.java27 import com.android.tradefed.invoker.InvocationContext;
138 mContext = new InvocationContext(); in testMultiDeviceITestSuite()
DITestSuiteIntegrationTest.java37 import com.android.tradefed.invoker.InvocationContext;
154 mContext = new InvocationContext(); in setUp()
502 mContext = new InvocationContext(); in testRun_sharding_firstModuleRunsAll()
542 mContext = new InvocationContext(); in testRun_sharding_parallelRun()
592 mContext = new InvocationContext(); in testRun_sharding_withIndex()
673 mContext = new InvocationContext(); in helperTestShardIndex()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationContext.java40 public class InvocationContext implements IInvocationContext { class
68 public InvocationContext() { in InvocationContext() method in InvocationContext

12