public static RouteTestAssertions Request(string url, HttpMethod httpMethod) { var routeTest = new RouteTest("http://test.com/" + url, httpMethod); return new RouteTestAssertions(routeTest); }
public RouteTestAssertions(RouteTest routeTest) { this.routeTest = routeTest; }