Home
last modified time | relevance | path

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

/external/vogar/src/vogar/
DConsole.java198 for (AnnotatedOutcome annotatedOutcome : annotatedOutcomesSorted) { in summarizeOutcomes()
199 if (!annotatedOutcome.isNoteworthy()) { in summarizeOutcomes()
205 ResultValue resultValue = annotatedOutcome.getResultValue(); in summarizeOutcomes()
220 Long lastRun = annotatedOutcome.lastRun(null); in summarizeOutcomes()
229 ResultValue mostRecentResultValue = annotatedOutcome.getMostRecentResultValue(null); in summarizeOutcomes()
240 List<ResultValue> previousResultValues = annotatedOutcome.getPreviousResultValues(); in summarizeOutcomes()
248 sb.append(colorString(annotatedOutcome.getOutcome().getName(), color)); in summarizeOutcomes()
DOutcomeStore.java99 AnnotatedOutcome annotatedOutcome = map.get(outcomeName); in loadOutcomes() local
100 if (annotatedOutcome == null) { in loadOutcomes()
117 annotatedOutcome.add(fileDate, new Outcome(outcomeName, result, in loadOutcomes()