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