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