Class ListActionMatchers<TEntity>
- java.lang.Object
-
- ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.list.ListActionMatchers<TEntity>
-
- All Implemented Interfaces:
ActionMatchers<ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>>
public class ListActionMatchers<TEntity> extends java.lang.Object implements ActionMatchers<ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>>
-
-
Constructor Summary
Constructors Constructor Description ListActionMatchers()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<ListActionConfigurer>configurer()ActionResultMatcherexecuted()ActionResultMatcherexecuted(java.lang.Class<?> responseClass)ActionResultMatcherexecuted(org.hamcrest.Matcher<java.lang.Class<?>> matcher)static <TEntity> ListActionMatchers<TEntity>listAction()
-
-
-
Method Detail
-
listAction
public static <TEntity> ListActionMatchers<TEntity> listAction()
-
configurer
public java.lang.Class<ListActionConfigurer> 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)
-
-