Package ninja

Class RouteBuilderImplTest


  • public class RouteBuilderImplTest
    extends Object
    • Constructor Detail

      • RouteBuilderImplTest

        public RouteBuilderImplTest()
    • Method Detail

      • before

        public final void before()
      • basicGETRoute

        public void basicGETRoute()
      • basicPOSTRoute

        public void basicPOSTRoute()
      • basicPUTRoute

        public void basicPUTRoute()
      • basicRoutes

        public void basicRoutes()
      • basisHEAD

        public void basisHEAD()
      • basicAnyHttpMethod

        public void basicAnyHttpMethod()
      • basisWS

        public void basisWS()
      • basicRoutesWithRegex

        public void basicRoutesWithRegex()
      • basicPlaceholersAndParameters

        public void basicPlaceholersAndParameters()
      • basicPlaceholersParametersAndRegex

        public void basicPlaceholersParametersAndRegex()
      • basicPlaceholersParametersAndRegexInsideVariableParts

        public void basicPlaceholersParametersAndRegexInsideVariableParts()
      • parametersDontCrossSlashes

        public void parametersDontCrossSlashes()
      • pointsInRegexDontCrashRegexInTheMiddleOfTheRoute

        public void pointsInRegexDontCrashRegexInTheMiddleOfTheRoute()
      • pointsInRegexDontCrashRegexAtEnd

        public void pointsInRegexDontCrashRegexAtEnd()
      • regexInRouteWorksWithEscapes

        public void regexInRouteWorksWithEscapes()
      • regexInRouteWorksWithoutSlashAtTheEnd

        public void regexInRouteWorksWithoutSlashAtTheEnd()
      • routeWithUrlEncodedSlashGetsChoppedCorrectly

        public void routeWithUrlEncodedSlashGetsChoppedCorrectly()
      • routeWithResult

        public void routeWithResult()
      • failedControllerRegistration

        public void failedControllerRegistration()
      • routeWithMethodReference

        public void routeWithMethodReference()
                                      throws Exception
        Throws:
        Exception
      • routeToAnyInstanceMethodReference

        public void routeToAnyInstanceMethodReference()
                                               throws Exception
        Throws:
        Exception
      • routeToSpecificInstanceMethodReference

        public void routeToSpecificInstanceMethodReference()
                                                    throws Exception
        Throws:
        Exception
      • routeToStaticMethodReference

        public void routeToStaticMethodReference()
                                          throws Exception
        Throws:
        Exception
      • routeToAnonymousClassReference

        public void routeToAnonymousClassReference()
                                            throws Exception
        Throws:
        Exception
      • routeToAnonymousMethodReference

        public void routeToAnonymousMethodReference()
                                             throws Exception
        Throws:
        Exception
      • testThatGlobalFiltersInRouteReplaceGlobalFiltersInConfFilters

        public void testThatGlobalFiltersInRouteReplaceGlobalFiltersInConfFilters()
                                                                           throws Exception
        Throws:
        Exception
      • testWithFiltersClass

        public void testWithFiltersClass()
                                  throws Exception
        Throws:
        Exception
      • testWithFiltersList

        public void testWithFiltersList()
                                 throws Exception
        Throws:
        Exception
      • testWithGlobalFiltersClass

        public void testWithGlobalFiltersClass()
                                        throws Exception
        Throws:
        Exception
      • testWithGlobalFiltersList

        public void testWithGlobalFiltersList()
                                       throws Exception
        Throws:
        Exception