Home | History | Annotate | Download | only in monitor

Lines Matching full:outcome

29 import vogar.Outcome;
101 * {"outcome"="java.util.FormatterMain"}
103 * {"outcome"="java.util.FormatterTest#testBar" runner="vogar.target.junit.JUnitRunner"}
124 if (jsonObject.get("outcome") != null) {
125 currentOutcome = jsonObject.get("outcome").getAsString();
130 handler.finish(new Outcome(currentOutcome, currentResult, output.toString()));
151 * Receive notification that an outcome is pending.
156 * Receive a completed outcome.
158 void finish(Outcome outcome);