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 voidassertFalse(boolean valueToAssert, String failureMsg) assertFalse.static voidassertTrue(boolean valueToAssert, String failureMsg) assertTrue.
-
Constructor Details
-
EtsAssert
public EtsAssert()
-
-
Method Details
-
assertTrue
assertTrue.
- Parameters:
valueToAssert- the boolean to assert to betruefailureMsg- the message to throw in case of a failure, should not benull
-
assertFalse
assertFalse.
- Parameters:
valueToAssert- the boolean to assert to befalsefailureMsg- the message to throw in case of a failure, should not benull
-