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