Package ninja

Class ReverseRouterTest


  • public class ReverseRouterTest
    extends Object
    • Constructor Detail

      • ReverseRouterTest

        public ReverseRouterTest()
    • Method Detail

      • before

        public final void before()
      • simple

        public void simple()
      • simpleWithMethodReference

        public void simpleWithMethodReference()
      • simpleWithClassReference

        public void simpleWithClassReference()
      • simpleWithContext

        public void simpleWithContext()
      • simpleWithQuery

        public void simpleWithQuery()
      • simpleWithRawQuery

        public void simpleWithRawQuery()
      • routeNotFound

        public void routeNotFound()
      • simpleNoPathParamsThrowsException

        public void simpleNoPathParamsThrowsException()
      • simpleInvalidPathParamThrowsException

        public void simpleInvalidPathParamThrowsException()
      • simpleMissingAllPathParamThrowsException

        public void simpleMissingAllPathParamThrowsException()
      • simpleNotEnoughPathParamThrowsException

        public void simpleNotEnoughPathParamThrowsException()
      • path

        public void path()
      • rawPath

        public void rawPath()
      • verifySecondRouteMatched

        public void verifySecondRouteMatched()
      • absolute

        public void absolute()
      • absoluteWebSocket

        public void absoluteWebSocket()
      • absoluteSecureWebSocket

        public void absoluteSecureWebSocket()