Searched refs:TEST_CASE (Results 1 – 1 of 1) sorted by relevance
72 static final String TEST_CASE = "[Test Case]"; field in VtsMultiDeviceTestResultParser135 if (line.length() == 0 || !line.contains(TEST_CASE)) { in processNewLines()