Class 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>>
    • 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 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)  
      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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.test.web.servlet.setup.MockMvcConfigurer

        afterConfigurerAdded
    • 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:
        createActionMock in class 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>>
      • createActionSpy

        protected ch.puzzle.libpuzzle.springframework.boot.rest.action.DeleteAction<TId> createActionSpy()
        Specified by:
        createActionSpy in class 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>>
      • 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:
        mockCrudActions in class 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>>