Class CreateActionConfigurer<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.CreateAction<TEntity>,?,?>,ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>>
-
- ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.create.CreateActionConfigurer<TEntity>
-
- All Implemented Interfaces:
org.springframework.test.web.servlet.setup.MockMvcConfigurer
public class CreateActionConfigurer<TEntity> extends CrudActionConfigurer<ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<?,?,ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>,?,?>,ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<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.CreateAction<TEntity>createActionMock()protected ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>createActionSpy()protected voidmockCrudActions(ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<?,?,ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>,?,?> crudActions, ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity> action)static <TEntity> CreateActionConfigurer<TEntity>mockedCreateAction(ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<?,?,ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>,?,?> crudActions)-
Methods inherited from class ch.puzzle.libpuzzle.springframework.boot.rest.test.actionmatcher.base.CrudActionConfigurer
beforeMockMvcCreated
-
-
-
-
Method Detail
-
mockedCreateAction
public static <TEntity> CreateActionConfigurer<TEntity> mockedCreateAction(ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<?,?,ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>,?,?> crudActions)
-
createActionMock
protected ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity> createActionMock()
- Specified by:
createActionMockin classCrudActionConfigurer<ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<?,?,ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>,?,?>,ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>>
-
createActionSpy
protected ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity> createActionSpy()
- Specified by:
createActionSpyin classCrudActionConfigurer<ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<?,?,ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>,?,?>,ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>>
-
mockCrudActions
protected void mockCrudActions(ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<?,?,ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>,?,?> crudActions, ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity> action)
- Specified by:
mockCrudActionsin classCrudActionConfigurer<ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<?,?,ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>,?,?>,ch.puzzle.libpuzzle.springframework.boot.rest.action.CreateAction<TEntity>>
-
-