Package ninja
Class RouteBuilderImplTest
- java.lang.Object
-
- ninja.RouteBuilderImplTest
-
public class RouteBuilderImplTest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RouteBuilderImplTest.MockController
-
Constructor Summary
Constructors Constructor Description RouteBuilderImplTest()
-
Method Summary
-
-
-
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()
-
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
-
testWithGlobalFiltersClass
public void testWithGlobalFiltersClass() throws Exception
- Throws:
Exception
-
-