Home
last modified time | relevance | path

Searched refs:RUN_NAME (Results 1 – 1 of 1) sorted by relevance

/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParserTest.java53 private static final String RUN_NAME = "SampleLightFuzzTest"; field in VtsMultiDeviceTestResultParserTest
72 TestDescription test1 = new TestDescription(RUN_NAME, TEST_NAME_2); in testRunTimeoutInput()
77 TestDescription test2 = new TestDescription(RUN_NAME, TEST_NAME_1); in testRunTimeoutInput()
84 new VtsMultiDeviceTestResultParser(mockRunListener, RUN_NAME); in testRunTimeoutInput()
101 TestDescription test1 = new TestDescription(RUN_NAME, TEST_NAME_2); in testRunNormalInput()
105 TestDescription test2 = new TestDescription(RUN_NAME, TEST_NAME_1); in testRunNormalInput()
112 new VtsMultiDeviceTestResultParser(mockRunListener, RUN_NAME); in testRunNormalInput()
133 new VtsMultiDeviceTestResultParser(mockRunListener, RUN_NAME); in testRunErrorInput()
220 mockRunListener.testRunStarted(RUN_NAME, 2); in testNormalSummary()
221 TestDescription test1 = new TestDescription(RUN_NAME, TEST_NAME_1); in testNormalSummary()
[all …]