Class Assert

java.lang.Object
com.aventstack.extentreports.util.Assert

public class Assert extends Object
  • Constructor Details

    • Assert

      public Assert()
  • Method Details

    • notNull

      public static void notNull(Object o, String message)
    • notEmpty

      public static void notEmpty(String s, String message)