Uses of Class
ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base.exception.ActionAssertionError
-
Packages that use ActionAssertionError Package Description ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base.exception -
-
Uses of ActionAssertionError in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base.exception
Methods in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base.exception that return ActionAssertionError Modifier and Type Method Description static ActionAssertionErrorActionAssertionError. missingActionExecution()static ActionAssertionErrorActionAssertionError. missingActionExecution(int stackTraceLevelsToRemove)static ActionAssertionErrorActionAssertionError. wrongActionParams(junit.framework.ComparisonFailure error)static ActionAssertionErrorActionAssertionError. wrongActionParams(junit.framework.ComparisonFailure error, int stackTraceLevelsToRemove)
-