1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
ApplicationModelTest.cs (1)
18
Client
= Factory.CreateDefaultClient();
14 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (14)
ApplicationModelTest.cs (14)
34
var response = await
Client
.GetAsync("http://localhost/CoolController/GetControllerName");
47
var response = await
Client
.GetAsync("http://localhost/ActionModel/ActionName");
60
var response = await
Client
.GetAsync("http://localhost/ParameterModel/GetParameterMetadata");
73
var response = await
Client
.GetAsync("http://localhost/Home/GetCommonDescription");
86
var response = await
Client
.GetAsync("http://localhost/ApplicationModel/GetControllerDescription");
99
var response = await
Client
.GetAsync("http://localhost/ApplicationModel/GetActionSpecificDescription");
112
var response = await
Client
.GetAsync("http://localhost/License/GetLicense");
130
var response = await
Client
.SendAsync(request);
143
var response = await
Client
.GetAsync("Home/CannotBeRouted");
153
var response = await
Client
.GetStringAsync("Home/CanBeRouted");
164
() =>
Client
.GetStringAsync("Home/RouteToSuppressLinkGeneration"));
172
var response = await
Client
.GetAsync("Home/RouteToSuppressPathMatching");
185
var response = await
Client
.GetAsync(areaName + "/MultipleAreas/Index");
199
var response = await
Client
.GetAsync("ActionModel/" + actionName);