Beispiel #1
0
        public void should_have_request_locator()
        {
            var dictionary = new OwinAggregateDictionary(new RouteData(), new OwinRequestBody(new Environment()));

            dictionary.DataFor(RequestDataSource.Request.ToString()).ShouldNotBeNull();
        }
 public void should_have_request_locator()
 {
     var dictionary = new OwinAggregateDictionary(new RouteData(), new OwinRequestBody(new Environment()));
     dictionary.DataFor(RequestDataSource.Request.ToString()).ShouldNotBeNull();
 }