Home
last modified time | relevance | path

Searched defs:test2 (Results 1 – 23 of 23) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/retry/
DResultAggregatorTest.java101 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 …]
DBaseRetryDecisionTest.java266 TestDescription test2 = new TestDescription("class", "method2"); in createResult() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DDeviceTestCaseTest.java53 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
DInstrumentationFileTestTest.java169 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
DDeviceTestSuiteTest.java46 public void test2() {} in test2() method in DeviceTestSuiteTest.MockTest
75 final TestDescription test2 = new TestDescription(MockTest.class.getName(), "test2"); in testRun_suite() local
DHostTestTest.java617 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 …]
DGTestTest.java147 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
DDeviceSuiteTest.java177 TestDescription test2 = in testRunDeviceSuite() local
225 TestDescription test2 = in testRun_withOption() local
DGoogleBenchmarkTestTest.java106 final String test2 = "test2"; in testRun() local
188 final String test2 = "test2"; in testRun_withModuleName() local
DGTestListTestParserTest.java120 TestDescription test2 = in testParseSimpleList_withSpecialChar() local
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DCollectingTestListenerTest.java105 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
DTestRunResultTest.java125 TestDescription test2 = new TestDescription("FooTest2", "testBar2"); in testMultiRun_WithTestCases() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DJUnitXmlParserTest.java71 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/
DStreamProtoResultReporterTest.java72 TestDescription test2 = new TestDescription("class1", "test2"); in testStream() local
164 TestDescription test2 = new TestDescription("class1", "test2"); in testStream_noInvocationReporting() local
DProtoResultParserTest.java144 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
DProtoResultReporterTest.java81 TestDescription test2 = new TestDescription("class1", "test2"); in testFinalizeProto() local
/tools/tradefederation/core/tests/src/com/android/tradefed/util/testmapping/
DTestMappingTest.java327 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/
DRustBinaryTestTest.java214 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/
DBasePostProcessorTest.java268 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/
DLogcatOnFailureCollectorTest.java202 TestDescription test2 = new TestDescription("class2", "test2"); in testCollect_multiRun() local
DBaseDeviceMetricCollectorTest.java448 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/
DITestSuiteMultiTest.java157 TestDescription test2 = in testMultiDeviceITestSuite() local
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/retry/
DResultsPlayerTest.java192 TestDescription test2 = new TestDescription("test.class", "fail0"); in testReplay_MultiTest() local