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