/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | ShardMasterResultForwarderTest.java | 66 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()
|
D | InvocationContextTest.java | 42 private InvocationContext mContext; 46 mContext = new InvocationContext(); in setUp() 105 InvocationContext deserialized = in testSerialize() 106 (InvocationContext) SerializationUtil.deserialize(ser, true); in testSerialize()
|
D | ShardListenerTest.java | 55 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/ |
D | SubprocessTestResultsParserTest.java | 24 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 …]
|
D | MetricsXmlParserTest.java | 29 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/ |
D | MetricsXMLResultReporterTest.java | 25 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()
|
D | DeviceUnavailEmailResultReporterTest.java | 23 import com.android.tradefed.invoker.InvocationContext; 51 IInvocationContext context = new InvocationContext(); in testGenerateEmailSubject()
|
D | XmlResultReporterTest.java | 20 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()
|
D | SubprocessResultsReporterTest.java | 22 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
|
D | LegacySubprocessResultsReporterTest.java | 20 import com.android.tradefed.invoker.InvocationContext; 66 new SubprocessTestResultsParser(mMockListener, true, new InvocationContext()); in testPrintEvent_printToSocket()
|
D | FileSystemLogSaverTest.java | 23 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/ |
D | FormattedGeneratorReporterTest.java | 21 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/ |
D | SandboxInvocationRunnerTest.java | 24 import com.android.tradefed.invoker.InvocationContext; 47 mContext = new InvocationContext(); in setUp()
|
/tools/tradefederation/core/prod-tests/tests/src/com/android/continuous/ |
D | SmokeTestFailureReporterTest.java | 22 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/ |
D | DeviceMetricDataTest.java | 25 import com.android.tradefed.invoker.InvocationContext; 45 mContext = new InvocationContext(); in setUp()
|
D | AtraceRunMetricCollectorTest.java | 21 import com.android.tradefed.invoker.InvocationContext; 53 mContext = new InvocationContext(); in setUp()
|
D | DeviceMetricDataFuncTest.java | 23 import com.android.tradefed.invoker.InvocationContext; 50 mContext = new InvocationContext(); in setUp()
|
D | ScheduledDeviceMetricCollectorTest.java | 24 import com.android.tradefed.invoker.InvocationContext; 67 mContext = new InvocationContext(); in setUp()
|
D | FilePullerLogCollectorTest.java | 24 import com.android.tradefed.invoker.InvocationContext; 55 mContext = new InvocationContext(); in setUp()
|
D | FilePullerDeviceMetricCollectorTest.java | 21 import com.android.tradefed.invoker.InvocationContext; 51 mContext = new InvocationContext(); in setUp()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/module/ |
D | NativeBridgeModuleControllerTest.java | 25 import com.android.tradefed.invoker.InvocationContext; 47 mContext = new InvocationContext(); in setUp()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/multi/ |
D | MergeMultiBuildTargetPreparerTest.java | 28 import com.android.tradefed.invoker.InvocationContext; 56 mContext = new InvocationContext(); in setUp()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ITestSuiteMultiTest.java | 27 import com.android.tradefed.invoker.InvocationContext; 138 mContext = new InvocationContext(); in testMultiDeviceITestSuite()
|
D | ITestSuiteIntegrationTest.java | 37 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/ |
D | InvocationContext.java | 40 public class InvocationContext implements IInvocationContext { class 68 public InvocationContext() { in InvocationContext() method in InvocationContext
|