Class DeleteActionMatchers<TId>
- java.lang.Object
-
- ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.delete.DeleteActionMatchers<TId>
-
- All Implemented Interfaces:
ActionMatchers<ch.puzzle.libpuzzle.springframework.boot.rest.action.DeleteAction<TId>>
public class DeleteActionMatchers<TId> extends java.lang.Object implements ActionMatchers<ch.puzzle.libpuzzle.springframework.boot.rest.action.DeleteAction<TId>>
-
-
Constructor Summary
Constructors Constructor Description DeleteActionMatchers()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionResultMatcherby(org.hamcrest.Matcher<TId> matcher)ActionResultMatcherby(TId id)java.lang.Class<DeleteActionConfigurer>configurer()static <TId> DeleteActionMatchers<TId>deleteAction()ActionResultMatcherexecuted()
-
-
-
Method Detail
-
deleteAction
public static <TId> DeleteActionMatchers<TId> deleteAction()
-
configurer
public java.lang.Class<DeleteActionConfigurer> configurer()
- Specified by:
configurerin interfaceActionMatchers<TId>
-
executed
public ActionResultMatcher executed()
-
by
public ActionResultMatcher by(TId id)
-
by
public ActionResultMatcher by(org.hamcrest.Matcher<TId> matcher)
-
-