Class BooleanResult
- java.lang.Object
-
- org.locationtech.jtstest.testrunner.BooleanResult
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
result
-
Constructor Summary
Constructors Constructor Description BooleanResult(boolean result)
BooleanResult(java.lang.Boolean result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Result other, double tolerance)
java.lang.String
toFormattedString()
java.lang.String
toLongString()
java.lang.String
toShortString()
-
-
-
Method Detail
-
equals
public boolean equals(Result other, double tolerance)
-
toFormattedString
public java.lang.String toFormattedString()
- Specified by:
toFormattedString
in interfaceResult
-
toLongString
public java.lang.String toLongString()
- Specified by:
toLongString
in interfaceResult
-
toShortString
public java.lang.String toShortString()
- Specified by:
toShortString
in interfaceResult
-
-