Class BooleanResult
java.lang.Object
org.locationtech.jtstest.testrunner.BooleanResult
- All Implemented Interfaces:
Result
- Version:
- 1.7
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Field Details
-
result
private boolean result
-
-
Constructor Details
-
BooleanResult
public BooleanResult(boolean result) -
BooleanResult
-
-
Method Details
-
equals
-
toFormattedString
- Specified by:
toFormattedString
in interfaceResult
-
toLongString
- Specified by:
toLongString
in interfaceResult
-
toShortString
- Specified by:
toShortString
in interfaceResult
-