public class CommandTestResult extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
errorMessage |
protected boolean |
testSuccess |
Constructor and Description |
---|
CommandTestResult() |
CommandTestResult(String error) |
protected final boolean testSuccess
protected final String errorMessage
public CommandTestResult()
public CommandTestResult(String error)
public boolean succeed()
public String getErrorMessage()
Copyright © 2018 Nuxeo. All rights reserved.