Class StringAssert
java.lang.Object
fr.enedis.chutney.action.assertion.StringAssert
- All Implemented Interfaces:
fr.enedis.chutney.action.spi.Action
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionStringAssert(fr.enedis.chutney.action.spi.injectable.Logger logger, String actual, String expected) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionfr.enedis.chutney.action.spi.ActionExecutionResultexecute()Deprecated.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.spi.Action
validateInputs
-
Constructor Details
-
Method Details
-
execute
public fr.enedis.chutney.action.spi.ActionExecutionResult execute()Deprecated.- Specified by:
executein interfacefr.enedis.chutney.action.spi.Action
-