Modifier and Type | Field and Description |
---|---|
private boolean |
result |
Constructor and Description |
---|
BooleanResult(boolean result) |
BooleanResult(java.lang.Boolean result) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Result other,
double tolerance) |
java.lang.String |
toFormattedString() |
java.lang.String |
toLongString() |
java.lang.String |
toShortString() |
public BooleanResult(boolean result)
public BooleanResult(java.lang.Boolean result)
public boolean equals(Result other, double tolerance)
public java.lang.String toFormattedString()
toFormattedString
in interface Result
public java.lang.String toLongString()
toLongString
in interface Result
public java.lang.String toShortString()
toShortString
in interface Result