| Constructor and Description |
|---|
EtsAssert() |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertFalse(boolean valueToAssert,
String failureMsg) |
static void |
assertTrue(boolean valueToAssert,
String failureMsg) |
public static void assertTrue(boolean valueToAssert,
String failureMsg)
valueToAssert - the boolean to assert to be truefailureMsg - the message to throw in case of a failure, should not be
nullpublic static void assertFalse(boolean valueToAssert,
String failureMsg)
valueToAssert - the boolean to assert to be falsefailureMsg - the message to throw in case of a failure, should not be
nullCopyright © 2024 Open Geospatial Consortium. All rights reserved.