2012-12-23 Daniel Lo Nigro * RouteTest.cs: added tests for value types in route default values (Xamarin bug #9116) 2009-09-09 Marek Habersack * RouteTest.cs: added two tests for empty and null route URLs (bug #537751) 2009-06-25 Marek Habersack * RouteCollectionTest.cs, RouteTest.cs: added new tests for GetVirtualPath 2009-06-04 Marek Habersack * RouteCollectionTest.cs: added two more test cases to the bug #502555 test. They check whether url generation matches defaults case-insensitively. 2009-05-27 Marek Habersack * RouteCollectionTest.cs: added a test for routes from NerdDinner. 2009-05-25 Marek Habersack * RouteTest.cs: added several tests for GetVirtualPath, GetRouteData, ProcessConstraint and refactored some tests. * RouteCollectionTest.cs: added several tests for GetVirtualPath * AssertExtensions.cs: added some methods to make code testing for exception throws look nicer. 2009-05-11 Marek Habersack * RouteCollectionTest.cs: added test for bug #502555 2009-05-05 Marek Habersack * RouteTest.cs: added test for bug #500739 2008-10-23 Atsushi Enomoto * RouteTest.cs : add one more case that used to cause out-of-range error. 2008-10-17 Atsushi Enomoto * RouteValueDictionaryTest.cs : test for case-insensitive comparison. 2008-10-17 Atsushi Enomoto * RouteTest.cs : added test for DynamicData default pattern. 2008-10-16 Atsushi Enomoto * RouteValueDictionaryTest.cs : new test. 2008-10-10 Atsushi Enomoto * UrlRoutingModuleTest.cs , TestStubTypes.cs : added test for pipeline processing of requests. 2008-09-18 Atsushi Enomoto * UrlRoutingModuleTest.cs, TestStubTypes.cs, RouteCollectionTest.cs: some tests for RouteExistingFiles. 2008-09-18 Atsushi Enomoto * RouteTest.cs : test ProcessConstraint(). * UrlRoutingHandlerTest.cs : more cosmetic test on thrown exception. * TestStubTypes.cs : some notations. 2008-09-17 Atsushi Enomoto * UrlRoutingModuleTest.cs: new test (including "huh?" ones). * RouteTest.cs, TestStubTypes.cs, RouteCollectionTest.cs: some test updates. 2008-09-12 Atsushi Enomoto * RouteTest.cs, TestStubTypes.cs, HttpMethodConstraintTest.cs, RouteCollectionTest.cs : test for Route.GetRouteData() and HttpMethodConstraint.Match(). 2008-09-12 Atsushi Enomoto * RouteTest.cs, RouteCollectionTest.cs: added couple of tests for Route Url parser. 2008-09-11 Atsushi Enomoto * HttpMethodConstraintTest.cs, RouteCollectionTest.cs, RouteDataTest.cs, RouteTest.cs, StopRoutingHandlerTest.cs, TestStubTypes.cs, UrlRoutingHandlerTest.cs, VirtualPathDataTest.cs : initial checkin.