summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
26 hourscreates group can directly create a groupSam Light
27 hourstesting middleware dispatchSam Light
27 hoursMake it so the router will call the middlewareSam Light
27 hoursEnsure dispatch runs middleware methodSam Light
27 hourstesting adding middleware to routes and groupsSam Light
27 hoursCreated tests for having middlewareSam Light
27 hoursSetup structure for storing middleware and added test todosSam Light
27 hourscode formattingSam Light
27 hourstesting router creates routes with or without / prefixSam Light
27 hoursfixing tests and code formattingSam Light
27 hourstesting of the full group routesSam Light
27 hoursTesting the creating routes on a group definition and code formatSam Light
27 hoursCreate a group route and name itSam Light
27 hourstest the getFullName method on GroupSam Light
27 hoursmade and tested getFullPath and written getFullName.Sam Light
27 hoursgetting parents and path from group and testingSam Light
27 hoursshared code in traits for common features for groupsSam Light
27 hourscode formattingSam Light
27 hoursgenerating routes with parameters and testsSam Light
27 hoursfix typoSam Light
27 hoursbuild routes with with parametersSam Light
27 hoursMake route from route stringSam Light
27 hoursgenerate named routeSam Light
27 hourscase insensitive path matchingSam Light
27 hoursadded regex matcher to path segment type and testSam Light
27 hoursRenamed router route method to makeSam Light
27 hoursassert middleware call orderSam Light
27 hoursstrategy runs middleware testSam Light
27 hourscode format on middleware testSam Light
27 hoursStarted structure for group definitionSam Light
27 hoursStarted structure for middlewareSam Light
27 hoursRouteDefinition can add nameSam Light
27 hoursadded named routes to routerSam Light
27 hoursRoute methods now return RouteDefinition class and testingSam Light
27 hoursRouter tests for creating routesSam Light
27 hoursRefactor dispatch to use a seperate findRoute methodSam Light
27 hoursWrote tests for any route and insensitive matchSam Light
27 hourscode formattingSam Light
27 hoursMake basic routing workSam Light
27 hoursbig updateSam Light
27 hoursAdded more methods to the PathSegment class and testsSam Light
27 hourssetup testsSam Light