Class ListActionConfigurer<TEntity>
- java.lang.Object
-
- ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base.CrudActionConfigurer<ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>,?,?,?,?>,ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>>
-
- ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.list.ListActionConfigurer<TEntity>
-
- All Implemented Interfaces:
org.springframework.test.web.servlet.setup.MockMvcConfigurer
public class ListActionConfigurer<TEntity> extends CrudActionConfigurer<ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>,?,?,?,?>,ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>>
-
-
Field Summary
-
Fields inherited from class ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base.CrudActionConfigurer
crudActions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>createActionMock()protected ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>createActionSpy()protected voidmockCrudActions(ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>,?,?,?,?> crudActions, ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity> action)static <TEntity> ListActionConfigurer<TEntity>mockedListAction(ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>,?,?,?,?> crudActions)-
Methods inherited from class ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base.CrudActionConfigurer
beforeMockMvcCreated
-
-
-
-
Method Detail
-
mockedListAction
public static <TEntity> ListActionConfigurer<TEntity> mockedListAction(ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>,?,?,?,?> crudActions)
-
createActionMock
protected ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity> createActionMock()
- Specified by:
createActionMockin classCrudActionConfigurer<ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>,?,?,?,?>,ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>>
-
createActionSpy
protected ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity> createActionSpy()
- Specified by:
createActionSpyin classCrudActionConfigurer<ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>,?,?,?,?>,ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>>
-
mockCrudActions
protected void mockCrudActions(ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>,?,?,?,?> crudActions, ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity> action)
- Specified by:
mockCrudActionsin classCrudActionConfigurer<ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>,?,?,?,?>,ch.puzzle.libpuzzle.springframework.boot.rest.action.ListAction<TEntity>>
-
-