1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
BasicTests.cs (1)
29
Client
= Factory.CreateDefaultClient();
35 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (35)
BasicTests.cs (35)
51
var response = await
Client
.GetAsync("Home/CSharp7View");
71
var response = await
Client
.GetAsync("PassThrough/Index?value=123");
95
var response = await
Client
.GetAsync(url);
115
var response = await
Client
.GetAsync("http://localhost/Home/PlainView");
134
var response = await
Client
.GetAsync("Home/ViewWithPrefixedAttributeValue");
147
var response = await
Client
.GetAsync("Home/NoContentResult");
161
var response = await
Client
.GetAsync("Home/ActionReturningTask");
178
var result = await
Client
.GetAsync("Monitor/CountActionDescriptorInvocations");
190
var response = await
Client
.GetAsync("Home/HttpsOnlyAction");
206
var response = await
Client
.SendAsync(new HttpRequestMessage(
224
var response = await
Client
.SendAsync(new HttpRequestMessage(
242
var response = await
Client
.GetAsync("Home/JsonHelperInView");
265
var response = await
Client
.GetAsync("Home/JsonHelperWithSettingsInView?snakeCase=false");
288
var response = await
Client
.GetAsync("Home/JsonHelperWithSettingsInView?snakeCase=true");
338
var response = await
Client
.GetAsync("Links/Index?view=" + viewName);
350
var response = await
Client
.GetAsync("Home/GetApplicationDescription");
362
var response = await
Client
.GetAsync("SqlData/TruncateAllDbRecords");
375
var response = await
Client
.GetStringAsync("/PageRoute/ConventionalRouteView/mypage");
388
var response = await
Client
.GetStringAsync("/PageRoute/AttributeView/test-page");
404
var response = await
Client
.PostAsync("/Home/Product", new FormUrlEncodedContent(product));
411
var responseBody = await
Client
.GetStringAsync("/Home/Product");
421
var response = await
Client
.GetAsync(url);
434
var response = await
Client
.GetStringAsync(url);
448
var response = await
Client
.GetStringAsync(url);
459
var response = await
Client
.GetStringAsync("Testing/Builder");
469
var response = await
Client
.GetStringAsync("Home/GetAssemblyPartData");
498
var document = await
Client
.GetHtmlDocumentAsync("ViewDataProperty/ViewDataPropertyToView");
515
var document = await
Client
.GetHtmlDocumentAsync("ViewDataProperty/ViewDataPropertyToViewComponent");
536
var response = await
Client
.PostAsync("BindProperties/Action", new FormUrlEncodedContent(formContent));
559
var response = await
Client
.PostAsync("BindProperties/Action", new FormUrlEncodedContent(formContent));
581
var response = await
Client
.PostAsync("BindProperties/Action", new FormUrlEncodedContent(formContent));
601
var response = await
Client
.PostAsync("BindPropertiesSupportsGet/Action", new FormUrlEncodedContent(formContent));
613
var response = await
Client
.GetAsync("BindPropertiesSupportsGet/Action?Name=OnGetTestName");
625
var response = await
Client
.GetAsync("BindPropertiesWithValidation/Action?Password=Test&ConfirmPassword=different");
652
var response = await
Client
.SendAsync(request);