public void should_load_all_routes() { var col = new RouteCollection(); _registry.LoadRoutes(col); col.ShouldHaveCount(4); }