Inheritance: UCosmic.Www.Mvc.Controllers.MvcRoute
 public void ConfiguresDefaults()
 {
     var route = new ActivityListRouter.PageRoute();
     route.DataTokens.ShouldContain(new KeyValuePair<string, object>("area", AreaName));
     route.Defaults.ShouldContain(new KeyValuePair<string, object>("controller", ControllerName));
     route.Defaults.ShouldContain(new KeyValuePair<string, object>("action",
         MVC.Activities.ActivityList.ActionNames.Page));
 }
            public void ConfiguresDefaults()
            {
                var route = new ActivityListRouter.PageRoute();

                route.DataTokens.ShouldContain(new KeyValuePair <string, object>("area", AreaName));
                route.Defaults.ShouldContain(new KeyValuePair <string, object>("controller", ControllerName));
                route.Defaults.ShouldContain(new KeyValuePair <string, object>("action",
                                                                               MVC.Activities.ActivityList.ActionNames.Page));
            }