Home
last modified time | relevance | path

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

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DReportLogTest.java43 private static final String FULL_XML = SUMMARY_XML; field in ReportLogTest
79 assertEquals(String.format(FULL_XML, "testSerialize_full:77"), in testSerialize_full()
104 ReportLog report = ReportLog.parse(String.format(FULL_XML, "testParse_full:140")); in testParse_full()