1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
InputObjectValidationTests.cs (1)
25Client = Factory.CreateDefaultClient();
13 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (13)
InputObjectValidationTests.cs (13)
78var response = await Client.PostAsync("http://localhost/Validation/Index", content); 100var response = await Client.PostAsync("http://localhost/Validation/Index", content); 121var response = await Client.PostAsync("http://localhost/Validation/GetDeveloperName", content); 141var response = await Client.PostAsync("http://localhost/Validation/CreateProject", content); 167var response = await Client.PostAsync( 192var response = await Client.PostAsync("http://localhost/Validation/GetDeveloperAlias", content); 210var response = await Client.PostAsync( 230var response = await Client.PostAsync( 251var response = await Client.PostAsync( 274var response = await Client.SendAsync(requestMessage); 295var response = await Client.SendAsync(requestMessage); 324var response = await Client.SendAsync(requestMessage); 356var response = await Client.SendAsync(requestMessage);