Class ParserAssert
- java.lang.Object
-
- io.thestencil.staticontent.spi.support.ParserAssert
-
public class ParserAssert extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParserAssert.StaticContentParserException
-
Constructor Summary
Constructors Constructor Description ParserAssert()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidisEmpty(String object, Supplier<String> message)static voidisTrue(boolean expression, Supplier<String> message)static voidnotEmpty(String object, Supplier<String> message)static voidnotNull(Object object, Supplier<String> message)
-