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