Class EtsAssert

java.lang.Object
org.opengis.cite.ogcapiprocesses10.EtsAssert

public class EtsAssert extends Object
Provides a set of custom assertion methods.
Author:
Lyn Goltz
  • Constructor Details

    • EtsAssert

      public EtsAssert()
  • Method Details

    • assertTrue

      public static void assertTrue(boolean valueToAssert, String failureMsg)

      assertTrue.

      Parameters:
      valueToAssert - the boolean to assert to be true
      failureMsg - the message to throw in case of a failure, should not be null
    • assertFalse

      public static void assertFalse(boolean valueToAssert, String failureMsg)

      assertFalse.

      Parameters:
      valueToAssert - the boolean to assert to be false
      failureMsg - the message to throw in case of a failure, should not be null