Searched refs:moduleBTest3 (Results 1 – 1 of 1) sorted by relevance
229 ITestResult moduleBTest3 = moduleBCase.getOrCreateResult(METHOD_3); in testSerialization() local230 moduleBTest3.setResultStatus(TestStatus.FAIL); in testSerialization()231 moduleBTest3.setMessage(MESSAGE); in testSerialization()232 moduleBTest3.setStackTrace(STACK_TRACE); in testSerialization()233 moduleBTest3.setBugReport(BUG_REPORT); in testSerialization()234 moduleBTest3.setLog(LOGCAT); in testSerialization()235 moduleBTest3.setScreenshot(SCREENSHOT); in testSerialization()314 ITestResult moduleBTest3 = moduleBCase.getOrCreateResult(METHOD_3); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local315 moduleBTest3.setResultStatus(TestStatus.FAIL); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()316 moduleBTest3.setMessage(MESSAGE); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()[all …]