Class CreateActionMatchers<TEntity>
- java.lang.Object
-
- ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.create.CreateActionMatchers<TEntity>
-
- All Implemented Interfaces:
ActionMatchers<ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>>
public class CreateActionMatchers<TEntity> extends java.lang.Object implements ActionMatchers<ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>>
-
-
Constructor Summary
Constructors Constructor Description CreateActionMatchers()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<CreateActionConfigurer>configurer()static <TEntity> CreateActionMatchers<TEntity>createAction()ActionResultMatcherexecuted()ActionResultMatcherexecuted(java.lang.Class<?> responseClass)ActionResultMatcherexecuted(org.hamcrest.Matcher<java.lang.Class<?>> matcher)ActionResultMatcherusing(org.hamcrest.Matcher<TEntity> matcher)ActionResultMatcherusing(TEntity id)<TDto> ActionResultMatcherwith(org.hamcrest.Matcher<TDto> matcher)<TDto> ActionResultMatcherwith(TDto dto)
-
-
-
Method Detail
-
createAction
public static <TEntity> CreateActionMatchers<TEntity> createAction()
-
configurer
public java.lang.Class<CreateActionConfigurer> 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)
-
using
public ActionResultMatcher using(TEntity id)
-
using
public ActionResultMatcher using(org.hamcrest.Matcher<TEntity> matcher)
-
with
public <TDto> ActionResultMatcher with(TDto dto)
-
with
public <TDto> ActionResultMatcher with(org.hamcrest.Matcher<TDto> matcher)
-
-