Class BooleanResult
- java.lang.Object
-
- org.locationtech.jtstest.testrunner.BooleanResult
-
-
Field Summary
Fields Modifier and Type Field Description private booleanresult
-
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 booleanequals(Result other, double tolerance)java.lang.StringtoFormattedString()java.lang.StringtoLongString()java.lang.StringtoShortString()
-
-
-
Method Detail
-
equals
public boolean equals(Result other, double tolerance)
-
toFormattedString
public java.lang.String toFormattedString()
- Specified by:
toFormattedStringin interfaceResult
-
toLongString
public java.lang.String toLongString()
- Specified by:
toLongStringin interfaceResult
-
toShortString
public java.lang.String toShortString()
- Specified by:
toShortStringin interfaceResult
-
-