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