Class CommandTestResult
- java.lang.Object
-
- org.nuxeo.ecm.platform.commandline.executor.service.cmdtesters.CommandTestResult
-
- All Implemented Interfaces:
Serializable
public class CommandTestResult extends Object implements Serializable
Wraps result for a CommandTest execution.- Author:
- tiry
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
errorMessage
protected boolean
testSuccess
-
Constructor Summary
Constructors Constructor Description CommandTestResult()
CommandTestResult(String error)
-
-
-
Field Detail
-
testSuccess
protected final boolean testSuccess
-
errorMessage
protected final String errorMessage
-
-
Constructor Detail
-
CommandTestResult
public CommandTestResult()
-
CommandTestResult
public CommandTestResult(String error)
-
-
Method Detail
-
succeed
public boolean succeed()
-
getErrorMessage
public String getErrorMessage()
-
-