Package org.graphwalker.java.test
Class Result
java.lang.Object
org.graphwalker.java.test.Result
- Author:
- Nils Olsson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.json.JSONObjectbooleanvoidvoidsetResults(String results) voidupdateResults(org.graphwalker.core.machine.Machine machine, Map<org.graphwalker.core.machine.Context, org.graphwalker.core.machine.MachineException> failures)
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
getErrors
-
setErrors
-
addError
-
hasErrors
public boolean hasErrors() -
setResults
-
getResults
public org.json.JSONObject getResults() -
getResultsAsString
-
updateResults
public void updateResults(org.graphwalker.core.machine.Machine machine, Map<org.graphwalker.core.machine.Context, org.graphwalker.core.machine.MachineException> failures)
-