1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
InputObjectValidationTests.cs (1)
18Client = fixture.CreateDefaultClient();
13 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (13)
InputObjectValidationTests.cs (13)
64var response = await Client.PostAsync("http://localhost/Validation/Index", content); 86var response = await Client.PostAsync("http://localhost/Validation/Index", content); 107var response = await Client.PostAsync("http://localhost/Validation/GetDeveloperName", content); 127var response = await Client.PostAsync("http://localhost/Validation/CreateProject", content); 153var response = await Client.PostAsync( 178var response = await Client.PostAsync("http://localhost/Validation/GetDeveloperAlias", content); 196var response = await Client.PostAsync( 216var response = await Client.PostAsync( 237var response = await Client.PostAsync( 260var response = await Client.SendAsync(requestMessage); 281var response = await Client.SendAsync(requestMessage); 310var response = await Client.SendAsync(requestMessage); 342var response = await Client.SendAsync(requestMessage);