Searched refs:SUITE_PLAN (Results 1 – 1 of 1) sorted by relevance
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/ |
D | ResultHandlerTest.java | 54 private static final String SUITE_PLAN = "cts"; field in ResultHandlerTest 197 result.setTestPlan(SUITE_PLAN); in testSerialization() 254 SUITE_PLAN, in testSerialization() 288 result.setTestPlan(SUITE_PLAN); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() 355 SUITE_PLAN, in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() 482 SUITE_NAME, SUITE_VERSION, SUITE_PLAN, SUITE_BUILD, REPORT_VERSION, DEVICES, in writeResultDir() 511 assertEquals("Incorrect test plan", SUITE_PLAN, lightResult.getTestPlan()); in checkLightResult() 550 assertEquals("Incorrect test plan", SUITE_PLAN, result.getTestPlan()); in checkResult()
|