Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DLightInvocationResultTest.java44 IInvocationResult fullResult = ResultHandler.getResultFromDir(resultDir); in testLightInvocationResultInstatiate()
DResultHandlerTest.java251 ResultHandler.writeResults( in testSerialization()
275 result = ResultHandler.getResultFromDir(resultDir); in testSerialization()
352 ResultHandler.writeResults( in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
388 checkResult(ResultHandler.getResultFromDir(resultDir), false); in testParsing()
394 checkResult(ResultHandler.getResultFromDir(resultDir), true); in testParsing_newTestFormat()
403 ResultHandler.getResultFromDir(resultDir), in testParsing_usesUnalteredBuildFingerprintWhenPresent()
414 ResultHandler.getResultFromDir(resultDir), EXAMPLE_BUILD_FINGERPRINT, false, true); in testParsing_whenUnalteredBuildFingerprintIsEmpty_usesRegularBuildFingerprint()
419 List<IInvocationResult> lightResults = ResultHandler.getLightResults(resultsDir); in testGetLightResults()
442 File resultFile = new File(resultDir, ResultHandler.TEST_RESULT_FILE_NAME); in writeResultDir()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DResultHandler.java62 public class ResultHandler { class
585 try (InputStream xslStream = ResultHandler.class.getResourceAsStream( in createFailureReport()