Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java95 private static final String METHOD_6_BRACKETS = "testBlah6[suffix]"; field in ResultHandlerTest
341 ITestResult moduleBTest6 = moduleBCase.getOrCreateResult(METHOD_6_BRACKETS); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
346 METHOD_6_BRACKETS + ":" + SUB_METHOD_6_BRACKETS, executionRecords); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
674 assertEquals("Incorrect name", METHOD_6_BRACKETS, moduleBTest6.getName()); in checkResult()
685 METHOD_6_BRACKETS, resultHistory.getTestName())); in checkResult()