4 references to Get
Microsoft.AspNetCore.Owin.Tests (4)
OwinFeatureCollectionTests.cs (4)
59
Assert.Equal(HttpMethods.Get,
Get
<string>(env, "owin.RequestMethod"));
60
Assert.Equal("/path2",
Get
<string>(env, "owin.RequestPath"));
61
Assert.Equal("/pathBase2",
Get
<string>(env, "owin.RequestPathBase"));
62
Assert.Equal("name=value2",
Get
<string>(env, "owin.RequestQueryString"));