Class FindActionMatchers<TEntity,TId>
- java.lang.Object
-
- ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.find.FindActionMatchers<TEntity,TId>
-
- All Implemented Interfaces:
ActionMatchers<ch.puzzle.libpuzzle.springframework.boot.rest.action.FindAction<TEntity,TId>>
public class FindActionMatchers<TEntity,TId> extends java.lang.Object implements ActionMatchers<ch.puzzle.libpuzzle.springframework.boot.rest.action.FindAction<TEntity,TId>>
-
-
Constructor Summary
Constructors Constructor Description FindActionMatchers()
-
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<FindActionConfigurer>configurer()ActionResultMatcherexecuted()ActionResultMatcherexecuted(java.lang.Class<?> responseClass)ActionResultMatcherexecuted(org.hamcrest.Matcher<java.lang.Class<?>> matcher)static <TEntity,TId>
FindActionMatchers<TEntity,TId>findAction()
-
-
-
Method Detail
-
findAction
public static <TEntity,TId> FindActionMatchers<TEntity,TId> findAction()
-
configurer
public java.lang.Class<FindActionConfigurer> configurer()
- Specified by:
configurerin interfaceActionMatchers<TEntity>
-
executed
public ActionResultMatcher executed()
-
executed
public ActionResultMatcher executed(java.lang.Class<?> responseClass)
-
executed
public ActionResultMatcher executed(org.hamcrest.Matcher<java.lang.Class<?>> matcher)
-
by
public ActionResultMatcher by(TId id)
-
by
public ActionResultMatcher by(org.hamcrest.Matcher<TId> matcher)
-
-