1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
OutputFormatterTest.cs (1)
19
Client
= Factory.CreateDefaultClient();
5 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (5)
OutputFormatterTest.cs (5)
43
var response = await
Client
.GetAsync("http://localhost/TextPlain/" + actionName);
60
var response = await
Client
.GetAsync("http://localhost/TextPlain/" + actionName);
72
var response = await
Client
.GetAsync("http://localhost/NoContent/" + actionName);
90
var response = await
Client
.GetAsync("http://localhost/NoContent/" + actionName);
109
var response = await
Client
.GetAsync("http://localhost/NoContentDoNotTreatNullValueAsNoContent/" +