Uses of Interface
ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base.ActionMatchers
-
-
Uses of ActionMatchers in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base
Methods in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base with parameters of type ActionMatchers Modifier and Type Method Description <TAction> TActionActionResult. action(ActionMatchers<TAction> matcher) -
Uses of ActionMatchers in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.create
Classes in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.create that implement ActionMatchers Modifier and Type Class Description classCreateActionMatchers<TEntity> -
Uses of ActionMatchers in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.delete
Classes in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.delete that implement ActionMatchers Modifier and Type Class Description classDeleteActionMatchers<TId> -
Uses of ActionMatchers in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.find
Classes in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.find that implement ActionMatchers Modifier and Type Class Description classFindActionMatchers<TEntity,TId> -
Uses of ActionMatchers in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.list
Classes in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.list that implement ActionMatchers Modifier and Type Class Description classListActionMatchers<TEntity> -
Uses of ActionMatchers in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.update
Classes in ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.update that implement ActionMatchers Modifier and Type Class Description classUpdateActionMatchers<TEntity,TId>
-