Home
last modified time | relevance | path

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

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java226 ITestResult moduleBTest3 = moduleBCase.getOrCreateResult(METHOD_3); in testSerialization() local
227 moduleBTest3.setResultStatus(TestStatus.FAIL); in testSerialization()
228 moduleBTest3.setMessage(MESSAGE); in testSerialization()
229 moduleBTest3.setStackTrace(STACK_TRACE); in testSerialization()
230 moduleBTest3.setBugReport(BUG_REPORT); in testSerialization()
231 moduleBTest3.setLog(LOGCAT); in testSerialization()
232 moduleBTest3.setScreenshot(SCREENSHOT); in testSerialization()
311 ITestResult moduleBTest3 = moduleBCase.getOrCreateResult(METHOD_3); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local
312 moduleBTest3.setResultStatus(TestStatus.FAIL); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
313 moduleBTest3.setMessage(MESSAGE); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()
[all …]
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelperTest.java183 ITestResult moduleBTest3 = moduleBCase.getOrCreateResult(METHOD_3); in populateResults() local
184 moduleBTest3.setResultStatus(TestStatus.FAIL); in populateResults()