public class CResultsDescriptor extends CDescriptor
Modifier and Type | Field and Description |
---|---|
int |
nbFailure |
int |
nbIndefinite |
int |
nbNotExecutable |
int |
nbNotExecuted |
int |
nbSuccess |
Constructor and Description |
---|
CResultsDescriptor(int nbSuccess,
int nbFailure,
int nbIndefinite,
int nbNotExecuted,
int nbNotExecutable) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
compareTo
public int nbSuccess
public int nbFailure
public int nbIndefinite
public int nbNotExecuted
public int nbNotExecutable
public CResultsDescriptor(int nbSuccess, int nbFailure, int nbIndefinite, int nbNotExecuted, int nbNotExecutable)
public java.lang.String toString()
toString
in class CDescriptor