Class EtsAssert
java.lang.Object
org.opengis.cite.ogcapiprocesses10.EtsAssert
Provides a set of custom assertion methods.
- Author:
- Lyn Goltz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
assertFalse
(boolean valueToAssert, String failureMsg) assertFalse.static void
assertTrue
(boolean valueToAssert, String failureMsg) assertTrue.
-
Constructor Details
-
EtsAssert
public EtsAssert()
-
-
Method Details
-
assertTrue
assertTrue.
- Parameters:
valueToAssert
- the boolean to assert to betrue
failureMsg
- the message to throw in case of a failure, should not benull
-
assertFalse
assertFalse.
- Parameters:
valueToAssert
- the boolean to assert to befalse
failureMsg
- the message to throw in case of a failure, should not benull
-