Class GuardedPlaceholderAsserter
java.lang.Object
fr.enedis.chutney.action.assertion.placeholder.GuardedPlaceholderAsserter
- All Implemented Interfaces:
PlaceholderAsserter
- Direct Known Subclasses:
AfterDateAsserter,BeforeDateAsserter,ContainsAsserter,EqualDateAsserter,GreaterThanAsserter,IsEmptyAsserter,LenientEqualAsserter,LessThanAsserter,MatchesStringAsserter
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract booleanassertGuardedValue(Logger logger, Object actual, Object expected) booleanassertValue(Logger logger, Object actual, Object expected) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface fr.enedis.chutney.action.assertion.placeholder.PlaceholderAsserter
canApply
-
Constructor Details
-
GuardedPlaceholderAsserter
-
-
Method Details
-
assertValue
- Specified by:
assertValuein interfacePlaceholderAsserter
-
assertGuardedValue
-