Searched refs:RUN_NAME (Results 1 – 1 of 1) sorted by relevance
53 private static final String RUN_NAME = "SampleLightFuzzTest"; field in VtsMultiDeviceTestResultParserTest72 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 …]