Uses of Interface
ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base.ActionResultMatcher
-
-
Uses of ActionResultMatcher in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.create
Methods in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.create that return ActionResultMatcher Modifier and Type Method Description ActionResultMatcherCreateActionMatchers. executed()ActionResultMatcherCreateActionMatchers. executed(java.lang.Class<?> responseClass)ActionResultMatcherCreateActionMatchers. executed(org.hamcrest.Matcher<java.lang.Class<?>> matcher)ActionResultMatcherCreateActionMatchers. using(org.hamcrest.Matcher<TEntity> matcher)ActionResultMatcherCreateActionMatchers. using(TEntity id)<TDto> ActionResultMatcherCreateActionMatchers. with(org.hamcrest.Matcher<TDto> matcher)<TDto> ActionResultMatcherCreateActionMatchers. with(TDto dto) -
Uses of ActionResultMatcher in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.delete
Methods in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.delete that return ActionResultMatcher Modifier and Type Method Description ActionResultMatcherDeleteActionMatchers. by(org.hamcrest.Matcher<TId> matcher)ActionResultMatcherDeleteActionMatchers. by(TId id)ActionResultMatcherDeleteActionMatchers. executed() -
Uses of ActionResultMatcher in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.find
Methods in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.find that return ActionResultMatcher Modifier and Type Method Description ActionResultMatcherFindActionMatchers. by(org.hamcrest.Matcher<TId> matcher)ActionResultMatcherFindActionMatchers. by(TId id)ActionResultMatcherFindActionMatchers. executed()ActionResultMatcherFindActionMatchers. executed(java.lang.Class<?> responseClass)ActionResultMatcherFindActionMatchers. executed(org.hamcrest.Matcher<java.lang.Class<?>> matcher) -
Uses of ActionResultMatcher in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.list
Methods in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.list that return ActionResultMatcher Modifier and Type Method Description ActionResultMatcherListActionMatchers. executed()ActionResultMatcherListActionMatchers. executed(java.lang.Class<?> responseClass)ActionResultMatcherListActionMatchers. executed(org.hamcrest.Matcher<java.lang.Class<?>> matcher) -
Uses of ActionResultMatcher in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.update
Methods in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.update that return ActionResultMatcher Modifier and Type Method Description ActionResultMatcherUpdateActionMatchers. by(org.hamcrest.Matcher<TId> matcher)ActionResultMatcherUpdateActionMatchers. by(TId id)<TDto> ActionResultMatcherUpdateActionMatchers. dto(org.hamcrest.Matcher<TDto> matcher)<TDto> ActionResultMatcherUpdateActionMatchers. dto(TDto dto)ActionResultMatcherUpdateActionMatchers. executed()ActionResultMatcherUpdateActionMatchers. executed(java.lang.Class<?> responseClass)ActionResultMatcherUpdateActionMatchers. executed(org.hamcrest.Matcher<java.lang.Class<?>> matcher)
-