/tools/tradefederation/core/tests/src/com/android/tradefed/retry/ |
D | ResultAggregatorTest.java | 101 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding() local 217 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_runFailure() local 315 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_runFailure_noRerun() local 396 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_runFailure_aggregation() local 512 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_noModules() local 602 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_singleRun_noModules_runFailures() local 693 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_noModules_runFailures() local 807 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_module_noModule() local 942 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_noModule_module() local 1076 TestDescription test2 = new TestDescription("classname", "test2"); in testForwarding_noModule_module_runFailure() local [all …]
|
D | BaseRetryDecisionTest.java | 266 TestDescription test2 = new TestDescription("class", "method2"); in createResult() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | DeviceTestCaseTest.java | 53 public void test2() {} in test2() method in DeviceTestCaseTest.MockTest 62 public void test2() {} in test2() method in DeviceTestCaseTest.MockAnnotatedTest 76 public void test2() {} in test2() method in DeviceTestCaseTest.DuplicateTest 118 final TestDescription test2 = new TestDescription(MockTest.class.getName(), "test2"); in testRun_suite() local 164 final TestDescription test2 = new TestDescription(MockTest.class.getName(), "test2"); in testRun_excludeFilter() local 340 final TestDescription test2 = new TestDescription(DuplicateTest.class.getName(), "test2"); in testRun_duplicateName() local
|
D | InstrumentationFileTestTest.java | 169 final TestDescription test2 = new TestDescription("ClassFoo2", "methodBar2"); in testRun_reRunOneFailedToCompleteTest() local 269 final TestDescription test2 = new TestDescription("ClassFoo2", "methodBar2"); in testRun_serialReRunOfTwoFailedToCompleteTests() local 381 final TestDescription test2 = new TestDescription("ClassFoo2", "methodBar2"); in testRun_noSerialReRun() local 437 final TestDescription test2 = new TestDescription("ClassFoo2", "methodBar2"); in testRun_exceedMaxAttempts() local 570 final TestDescription test2 = new TestDescription("ClassFoo", "paramMethod[1]"); in testRun_parameterized() local
|
D | DeviceTestSuiteTest.java | 46 public void test2() {} in test2() method in DeviceTestSuiteTest.MockTest 75 final TestDescription test2 = new TestDescription(MockTest.class.getName(), "test2"); in testRun_suite() local
|
D | HostTestTest.java | 617 TestDescription test2 = new TestDescription(SuccessTestCase.class.getName(), "testPass2"); in testRun_testcase() local 636 TestDescription test2 = in testRun_MetricTestCase() local 662 TestDescription test2 = new TestDescription(LogMetricTestCase.class.getName(), "testPass2"); in testRun_LogMetricTestCase() local 694 TestDescription test2 = in testRun_MetricTestCase_withOption() local 723 TestDescription test2 = new TestDescription(SuccessTestCase.class.getName(), "testPass2"); in testRun_testSuite() local 761 TestDescription test2 = new TestDescription(SuccessTestCase.class.getName(), "testPass2"); in testRun_testHierarchySuite() local 867 TestDescription test2 = new TestDescription(SuccessTestCase.class.getName(), "testPass2"); in testRun_multipleClass() local 1034 TestDescription test2 = new TestDescription(SuccessTestCase.class.getName(), "testPass2"); in testRun_testcaseAnnotationFiltering() local 1201 TestDescription test2 = new TestDescription(Junit4TestClass.class.getName(), "testPass6"); in testRun_junit4style() local 1227 TestDescription test2 = in testRun_junit4style_ignored() local [all …]
|
D | GTestTest.java | 147 final String test2 = "test2"; in testRun() local 187 final String test2 = "arm64/test2"; in testRunFilterAbiPath() local 463 final String test2 = "test2"; in testRunXml() local 501 final String test2 = "test2"; in testNativeCoverageAllProcesses() local 561 final String test2 = "test2"; in testNativeCoverageSpecificProcesses() local
|
D | DeviceSuiteTest.java | 177 TestDescription test2 = in testRunDeviceSuite() local 225 TestDescription test2 = in testRun_withOption() local
|
D | GoogleBenchmarkTestTest.java | 106 final String test2 = "test2"; in testRun() local 188 final String test2 = "test2"; in testRun_withModuleName() local
|
D | GTestListTestParserTest.java | 120 TestDescription test2 = in testParseSimpleList_withSpecialChar() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | CollectingTestListenerTest.java | 105 final TestDescription test2 = injectTestRun("run2", "testFoo2", METRIC_VALUE2, 0); in testTwoRuns() local 130 final TestDescription test2 = injectTestRun("run", "testFoo2", METRIC_VALUE2, 0); in testReRun() local 301 final TestDescription test2 = new TestDescription("FooTest", "testName2"); in testSingleRun_multi() local 319 final TestDescription test2 = new TestDescription("FooTest", "testName2"); in testSingleRun_multi_failureRunFirst() local 342 final TestDescription test2 = new TestDescription("FooTest", "testName2"); in testSingleRun_multi_failureRunFirst_attempts() local
|
D | TestRunResultTest.java | 125 TestDescription test2 = new TestDescription("FooTest2", "testBar2"); in testMultiRun_WithTestCases() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | JUnitXmlParserTest.java | 71 TestDescription test2 = new TestDescription("PassTest", "testPass2"); in testParse() local 95 TestDescription test2 = new TestDescription("SkippedTest", "testSkip"); in testParseErrorAndSkipped() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/proto/ |
D | StreamProtoResultReporterTest.java | 72 TestDescription test2 = new TestDescription("class1", "test2"); in testStream() local 164 TestDescription test2 = new TestDescription("class1", "test2"); in testStream_noInvocationReporting() local
|
D | ProtoResultParserTest.java | 144 TestDescription test2 = new TestDescription("class1", "test2"); in testEvents() local 364 TestDescription test2 = new TestDescription("class1", "test2"); in testEvents_finaleProto() local 559 TestDescription test2 = new TestDescription("class1", "test2"); in testEvents_subprocess() local 655 TestDescription test2 = new TestDescription("class1", "test2"); in testEvents_finaleProto_partialEvents() local
|
D | ProtoResultReporterTest.java | 81 TestDescription test2 = new TestDescription("class1", "test2"); in testFinalizeProto() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/testmapping/ |
D | TestMappingTest.java | 327 TestInfo test2 = new TestInfo("test2", "folder1", false); in testMergeFailByName() local 338 TestInfo test2 = new TestInfo("test2", "folder1", true); in testMergeFailByHostOnly() local 350 TestInfo test2 = new TestInfo("test1", "folder1", false); in testMergeSuccess() local 379 TestInfo test2 = new TestInfo("test1", "folder2", false); in testMergeSuccess_2Filters() local 401 TestInfo test2 = new TestInfo("test1", "folder2", false); in testMergeSuccess_multiFilters() local 446 TestInfo test2 = new TestInfo("test1", "folder1", false); in testMergeSuccess_MultiFilters_dropIncludeAnnotation() local 469 TestInfo test2 = new TestInfo("test1", "folder1", false); in testMergeSuccess_MultiFilters_keepExcludeAnnotation() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/rust/ |
D | RustBinaryTestTest.java | 214 final String test2 = "test2"; in testRun() local 308 final String test2 = "test2"; in testNativeCoverageAllProcesses() local 402 final String test2 = "test2"; in testNativeCoverageSpecificProcesses() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/postprocessor/ |
D | BasePostProcessorTest.java | 268 TestDescription test2 = new TestDescription("class", "test2"); in testRunLevelPostProcessing_processRunLogsOnly() local 442 TestDescription test2 = new TestDescription("class", "test2"); in testPerTestPostProcessing_logToTestAssociation() local 556 TestDescription test2 = new TestDescription("class", "test2"); in testAllTestLogsPostProcessing() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/ |
D | LogcatOnFailureCollectorTest.java | 202 TestDescription test2 = new TestDescription("class2", "test2"); in testCollect_multiRun() local
|
D | BaseDeviceMetricCollectorTest.java | 448 TestDescription test2 = new TestDescription(TestRunAnnotated.class.getName(), "testTwo"); in testActualRunAnnotated_include() local 501 TestDescription test2 = new TestDescription(TestRunAnnotated.class.getName(), "testTwo"); in testActualRunAnnotated_exclude() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | ITestSuiteMultiTest.java | 157 TestDescription test2 = in testMultiDeviceITestSuite() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/retry/ |
D | ResultsPlayerTest.java | 192 TestDescription test2 = new TestDescription("test.class", "fail0"); in testReplay_MultiTest() local
|