Class TestDummyController


  • public class TestDummyController
    extends Object
    This is a controller. We use it to test if method invocation works. Usually I would mock it, but as reflection stuff is made up of final classes Mockito can't help us... Therefore we have this simple controller with some methods we can check :)
    Author:
    ra
    • Field Detail

      • noParameterMethodExecuted

        public boolean noParameterMethodExecuted
      • contextMethodExecuted

        public boolean contextMethodExecuted
      • paramMethodExecuted

        public boolean paramMethodExecuted
      • pathParamMethodExecuted

        public boolean pathParamMethodExecuted
      • completelyMixedMethodSignatureExecuted

        public boolean completelyMixedMethodSignatureExecuted
      • param1

        public String param1
      • pathParam1

        public String pathParam1
      • param2

        public String param2
      • pathParam2

        public String pathParam2
    • Constructor Detail

      • TestDummyController

        public TestDummyController()