Class UpdateActionMatchers<TEntity,TId>
- java.lang.Object
-
- ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.update.UpdateActionMatchers<TEntity,TId>
-
- All Implemented Interfaces:
ActionMatchers<ch.puzzle.libpuzzle.springframework.boot.rest.action.UpdateAction<TEntity,TId>>
public class UpdateActionMatchers<TEntity,TId> extends java.lang.Object implements ActionMatchers<ch.puzzle.libpuzzle.springframework.boot.rest.action.UpdateAction<TEntity,TId>>
-
-
Constructor Summary
Constructors Constructor Description UpdateActionMatchers()
-
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<UpdateActionConfigurer>configurer()<TDto> ActionResultMatcherdto(org.hamcrest.Matcher<TDto> matcher)<TDto> ActionResultMatcherdto(TDto dto)ActionResultMatcherexecuted()ActionResultMatcherexecuted(java.lang.Class<?> responseClass)ActionResultMatcherexecuted(org.hamcrest.Matcher<java.lang.Class<?>> matcher)static <TEntity,TId>
UpdateActionMatchers<TEntity,TId>updateAction()
-
-
-
Method Detail
-
updateAction
public static <TEntity,TId> UpdateActionMatchers<TEntity,TId> updateAction()
-
configurer
public java.lang.Class<UpdateActionConfigurer> 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)
-
dto
public <TDto> ActionResultMatcher dto(TDto dto)
-
dto
public <TDto> ActionResultMatcher dto(org.hamcrest.Matcher<TDto> matcher)
-
-