/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | TestResultListener.java | 38 public abstract void testResult(TestDescription test, TestResult result); in testResult() 41 public final void testStarted(TestDescription test, long startTime) { in testStarted() 52 public final void testStarted(TestDescription test) { in testStarted() 57 public final void testFailed(TestDescription test, String trace) { in testFailed() 63 public final void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 69 public void testSkipped(TestDescription test, SkipReason reason) { in testSkipped() 75 public final void testIgnored(TestDescription test) { in testIgnored() 80 public final void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() 86 public final void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 93 TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() [all …]
|
D | FilteredResultForwarder.java | 39 public void testStarted(TestDescription test) { in testStarted() 47 public void testStarted(TestDescription test, long startTime) { in testStarted() 55 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 63 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded() 71 public void testEnded(TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() 79 public void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() 87 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 95 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure() 103 public void testIgnored(TestDescription test) { in testIgnored() 111 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed() [all …]
|
D | StubTestRunListener.java | 32 public void testEnded(TestIdentifier test, Map<String, String> testMetrics) { in testEnded() 40 public void testFailed(TestIdentifier test, String trace) { in testFailed() 48 public void testAssumptionFailure(TestIdentifier test, String trace) { in testAssumptionFailure() 56 public void testIgnored(TestIdentifier test) { in testIgnored() 95 public void testStarted(TestIdentifier test) { in testStarted()
|
D | JUnitToInvocationResultForwarder.java | 60 public void addError(Test test, Throwable t) { in addError() 70 public void addFailure(Test test, AssertionFailedError t) { in addFailure() 80 public void endTest(Test test) { in endTest() 91 public void endTest(Test test, HashMap<String, Metric> metrics) { in endTest() 122 public void startTest(Test test) { in startTest() 136 private TestDescription getTestId(Test test) { in getTestId()
|
D | ResultForwarder.java | 283 public void testStarted(TestDescription test) { in testStarted() 289 public void testStarted(TestDescription test, long startTime) { in testStarted() 302 public void testFailed(TestDescription test, String trace) { in testFailed() 315 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed() 327 public void testSkipped(TestDescription test, SkipReason reason) { in testSkipped() 340 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 346 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded() 358 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 372 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure() 386 public void testIgnored(TestDescription test) { in testIgnored()
|
D | EventsLoggerListener.java | 126 public void testStarted(TestDescription test, long startTime) { in testStarted() 131 public void testIgnored(TestDescription test) { in testIgnored() 136 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed() 141 public void testFailed(TestDescription test, String trace) { in testFailed() 146 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure() 151 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 156 public void testSkipped(TestDescription test, SkipReason reason) { in testSkipped() 161 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
D | NameMangleListener.java | 48 protected TestDescription mangleTestId(TestDescription test) { in mangleTestId() 70 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 77 public void testFailed(TestDescription test, String trace) { in testFailed() 84 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 91 public void testIgnored(TestDescription test) { in testIgnored() 129 public void testStarted(TestDescription test) { in testStarted()
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/ |
D | AtraceCollectorTest.java | 211 TestDescription test = new TestDescription("class", "test"); in testStopsAtraceDuringTearDown() local 237 TestDescription test = new TestDescription("class", "test"); in testPreserveFileOnDeviceOption() local 262 TestDescription test = new TestDescription("class", "test"); in testLogPullFail() local 278 TestDescription test = new TestDescription("class", "test"); in testUploadsLogWithCompression() local 300 TestDescription test = new TestDescription("class", "test"); in testUploadsLogWithoutCompression() local 338 TestDescription test = new TestDescription("class", "test"); in testMultipleDeviceBehavior() local 355 TestDescription test = new TestDescription("class", "test"); in testExecutesPostProcessPar() local 400 TestDescription test = new TestDescription("class", "test"); in testExecutesPostProcessParDifferentFormat() local 441 TestDescription test = new TestDescription("class", "test"); in testExecutesPostProcessParNoStderr() local 484 TestDescription test = new TestDescription("class", "test"); in testExecutesPostProcessParFailed() local [all …]
|
D | DebugHostLogOnFailureCollectorTest.java | 66 public void onTestFail(DeviceMetricData testData, TestDescription test) { in onTestFail() 87 TestDescription test = new TestDescription("class", "test"); in testCollect() local 138 TestDescription test = new TestDescription("class", "test"); in testCollect_null() local
|
D | FilePullerLogCollectorTest.java | 76 TestDescription test = new TestDescription("class", "test"); in testSkipStub() local 112 TestDescription test = new TestDescription("class", "test"); in testPullAndLog() local 154 TestDescription test = new TestDescription("class", "test"); in testSkipTestCollection() local 183 TestDescription test = new TestDescription("class", "test"); in testPostProcessFiles() local 222 TestDescription test = new TestDescription("class", "test"); in testCompressDirectoryBeforeUpload() local
|
/tools/tradefederation/core/test_result_interfaces/com/android/tradefed/result/ |
D | ITestLifeCycleReceiver.java | 134 public default void testStarted(TestDescription test) {} in testStarted() 143 default void testStarted(TestDescription test, long startTime) { in testStarted() 155 public default void testFailed(TestDescription test, String trace) {} in testFailed() 165 public default void testFailed(TestDescription test, FailureDescription failure) { in testFailed() 175 public default void testAssumptionFailure(TestDescription test, String trace) {} in testAssumptionFailure() 183 public default void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure() 193 public default void testIgnored(TestDescription test) {} in testIgnored() 202 public default void testSkipped(TestDescription test, SkipReason reason) {} in testSkipped() 213 public default void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() 226 public default void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) {} in testEnded() [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | LogcatCrashResultForwarderTest.java | 57 TestDescription test = new TestDescription("com.class", "test"); in testCaptureTestCrash_noCrashInLogcat() local 84 TestDescription test = new TestDescription("com.class", "test"); in testCaptureTestCrash_oneCrashingLogcat() local 146 TestDescription test = new TestDescription("com.class", "test"); in testCaptureTestCrash_oneCrashingLogcatAfterTestEnded() local 194 TestDescription test = new TestDescription("com.class", "test"); in testCaptureTestCrash_duplicateStack() local 244 TestDescription test = new TestDescription("com.class", "test"); in testTestTimedOutTests() local 270 TestDescription test = new TestDescription("com.class", "test"); in testShellTimedOutTests() local
|
D | JUnitToInvocationResultForwarderTest.java | 81 DeviceTestCase test = new DeviceTestCase(); in testAddFailure() local 98 DeviceTestCase test = new DeviceTestCase(); in testEndTest() local 114 DeviceTestCase test = new DeviceTestCase(); in testStartTest() local 134 InheritingClass test = new InheritingClass(); in testStartTest_annotations() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/ |
D | DeviceTestCaseTest.java | 110 MockTest test = new MockTest(); in testRun_suite() local 136 MockTest test = new MockTest(); in testRun_includeFilter() local 159 MockTest test = new MockTest(); in testRun_excludeFilter() local 179 MockAnnotatedTest test = new MockAnnotatedTest(); in testRun_includeAnnotationFiltering() local 198 MockAnnotatedTest test = new MockAnnotatedTest(); in testRun_checkAnnotation() local 224 MockAnnotatedTest test = new MockAnnotatedTest(); in testRun_excludeAnnotationFiltering() local 242 MockTest test = new MockTest(); in testRun_singleTest() local 263 MockAbortTest test = new MockAbortTest(); in testRun_deviceNotAvail() local 291 MockTest test = new MockTest(); in testRun_testcaseCollectMode() local 309 MockTest test = new MockTest(); in testRun_testcaseCollectMode_singleMethod() local [all …]
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | TestTimeoutEnforcer.java | 76 public void testStarted(TestDescription test, long startTime) { in testStarted() 84 public void testFailed(TestDescription test, String trace) { in testFailed() 91 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed() 98 public void testIgnored(TestDescription test) { in testIgnored() 105 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure() 112 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 119 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded()
|
D | DeviceTestResult.java | 69 public void runProtected(final Test test, Protectable p) { in runProtected() 93 protected void run(final TestCase test) { in run() 111 public void startTest(Test test) { in startTest() 122 public void endTest(Test test) { in endTest()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/retry/ |
D | ResultsPlayerTest.java | 92 TestDescription test = new TestDescription("test.class", "method0"); in testReplay() local 147 TestDescription test = new TestDescription("test.class", "method0"); in testReplayModules() local 181 TestDescription test = new TestDescription("test.class", "method0"); in testReplay_oneTest() local 211 TestDescription test = new TestDescription("test.class", "method0"); in testReplay_MultiTest() local 255 TestDescription test = new TestDescription("test.class", "method" + i); in createTestRunResult() local 260 TestDescription test = new TestDescription("test.class", "fail" + i); in createTestRunResult() local
|
/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/ |
D | NullTestListener.java | 84 public void testStarted(TestDescription test) { in testStarted() 89 public void testStarted(TestDescription test, long startTime) { in testStarted() 94 public void testFailed(TestDescription test, String trace) { in testFailed() 99 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed() 104 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 109 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure() 114 public void testIgnored(TestDescription test) { in testIgnored() 119 public void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() 124 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 129 public void testEnded(TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() [all …]
|
D | ForwardingTestListener.java | 91 public void testStarted(TestDescription test) { in testStarted() 96 public void testStarted(TestDescription test, long startTime) { in testStarted() 101 public void testFailed(TestDescription test, String trace) { in testFailed() 106 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed() 111 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 116 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure() 121 public void testIgnored(TestDescription test) { in testIgnored() 126 public void testEnded(TestDescription test, Map<String, String> testMetrics) { in testEnded() 131 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 136 public void testEnded(TestDescription test, long endTime, Map<String, String> testMetrics) { in testEnded() [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/junit4/ |
D | BaseHostJUnit4TestTest.java | 177 TestableHostJUnit4Test test = new TestableHostJUnit4Test(); in testRunDeviceTests() local 200 TestableHostJUnit4Test test = new TestableHostJUnit4Test(); in testRunDeviceTests_assumptionFailure() local 250 TestableHostJUnit4Test test = in testRunDeviceTests_abi() local 282 TestableHostJUnit4Test test = new TestableHostJUnit4Test(); in testRunDeviceTests_asUser() local 310 TestableHostJUnit4Test test = in testRunDeviceTestsWithOptions() local 346 FailureHostJUnit4Test test = new FailureHostJUnit4Test(); in testRunDeviceTests_crashedInstrumentation() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | ModuleSplitterTest.java | 67 StubTest test = new StubTest(); in testSplitModule_configNotShardable() local 104 StubTest test = new StubTest(); in testSplitModule_configNotStrictShardable_dynamic() local 140 StubTest test = new StubTest(); in testSplitModule_configNotStrictShardable_notDynamic() local 172 StubTest test = new StubTest(); in testSplitModule_noIntraModuleSharding() local 204 IRemoteTest test = in testSplitModule_testNotShardable() local 245 IRemoteTest test = new StubTest(); in testSplitModule_testShardable_didNotShard() local 279 StubTest test = new StubTest(); in testSplitModule_testShardable_shard() local 319 StubTest test = new StubTest(); in testSplitModule_testShardable_shard_noDynamic() local
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ModuleListener.java | 158 public void testStarted(TestDescription test, long startTime) { in testStarted() 199 public void testEnded(TestDescription test, HashMap<String, Metric> testMetrics) { in testEnded() 205 public void testEnded(TestDescription test, long endTime, HashMap<String, Metric> testMetrics) { in testEnded() 216 public void testIgnored(TestDescription test) { in testIgnored() 222 public void testAssumptionFailure(TestDescription test, String trace) { in testAssumptionFailure() 229 public void testAssumptionFailure(TestDescription test, FailureDescription failure) { in testAssumptionFailure() 236 public void testSkipped(TestDescription test, SkipReason reason) { in testSkipped() 244 public void testFailed(TestDescription test, String trace) { in testFailed() 255 public void testFailed(TestDescription test, FailureDescription failure) { in testFailed()
|
/tools/tradefederation/core/javatests/com/android/tradefed/config/ |
D | ConfigurationDefTest.java | 79 OptionTest test = (OptionTest)config.getBuildProvider(); in testCreateConfiguration_optionMap() local 92 OptionTest test = (OptionTest)config.getBuildProvider(); in testCreateConfiguration_optionCollection() local 102 OptionTest test = (OptionTest)config.getBuildProvider(); in testCreateConfiguration() local 117 OptionTest test = (OptionTest)config.getDeviceConfigByName("device1") in testCreateConfiguration_withDeviceHolder() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/ |
D | ShardHelperTest.java | 135 StubTest test = new StubTest(); in testSplitWithShardCount() local 163 StubTest test = new StubTest(); in testSplit_noShardCount() local 193 StubTest test = new StubTest(); in testSplitWithShardCount_notEnoughTest() local 238 StubTest test = new StubTest(); in testCloneStatusChecker() local 285 StubTest test = new StubTest(); in testCloneMetricCollector() local 395 StubTest test = new StubTest(); in testSplitWithTokens() local 431 StubTest test = new StubTest(); in testSplitWithMultiDevices() local
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | LocalPool.java | 53 ITokenRequest test = itr.next(); in poll() local 83 IRemoteTest test = mGenericPool.iterator().next(); in poll() local 98 ITokenRequest test = mRejectedToken.iterator().next(); in pollRejectedTokenModule() local
|