1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
AsyncActionsTests.cs (1)
18
Client
= Factory.CreateDefaultClient();
26 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (26)
AsyncActionsTests.cs (26)
34
var response = await
Client
.GetAsync("http://localhost/AsyncActions/AsyncVoidAction");
46
var response = await
Client
.GetAsync("http://localhost/AsyncActions/TaskAction");
58
var response = await
Client
.GetAsync("http://localhost/AsyncActions/TaskExceptionAction");
69
var response = await
Client
.GetAsync("http://localhost/AsyncActions/TaskOfObjectAction?message=Alpha");
81
var response = await
Client
.GetAsync("http://localhost/AsyncActions/TaskOfObjectExceptionAction?message=Alpha");
92
var response = await
Client
.GetAsync("http://localhost/AsyncActions/TaskOfIActionResultAction?message=Beta");
104
var response = await
Client
.GetAsync("http://localhost/AsyncActions/TaskOfIActionResultExceptionAction?message=Beta");
115
var response = await
Client
.GetAsync("http://localhost/AsyncActions/TaskOfContentResultAction?message=Gamma");
127
var response = await
Client
.GetAsync("http://localhost/AsyncActions/TaskOfContentResultExceptionAction?message=Gamma");
138
var response = await
Client
.GetAsync("http://localhost/AsyncActions/PreCompletedValueTaskOfObjectAction?message=Delta");
150
var response = await
Client
.GetAsync("http://localhost/AsyncActions/PreCompletedValueTaskOfObjectExceptionAction?message=Delta");
161
var response = await
Client
.GetAsync("http://localhost/AsyncActions/PreCompletedValueTaskOfIActionResultAction?message=Epsilon");
173
var response = await
Client
.GetAsync("http://localhost/AsyncActions/PreCompletedValueTaskOfIActionResultExceptionAction?message=Epsilon");
184
var response = await
Client
.GetAsync("http://localhost/AsyncActions/PreCompletedValueTaskOfContentResultAction?message=Zeta");
196
var response = await
Client
.GetAsync("http://localhost/AsyncActions/PreCompletedValueTaskOfContentResultExceptionAction?message=Zeta");
207
var response = await
Client
.GetAsync("http://localhost/AsyncActions/CustomAwaitableVoidAction");
219
var response = await
Client
.GetAsync("http://localhost/AsyncActions/CustomAwaitableVoidExceptionAction");
230
var response = await
Client
.GetAsync("http://localhost/AsyncActions/CustomAwaitableOfObjectAction?message=Eta");
242
var response = await
Client
.GetAsync("http://localhost/AsyncActions/CustomAwaitableOfObjectExceptionAction?message=Eta");
253
var response = await
Client
.GetAsync("http://localhost/AsyncActions/CustomAwaitableOfIActionResultAction?message=Theta");
265
var response = await
Client
.GetAsync("http://localhost/AsyncActions/CustomAwaitableOfIActionResultExceptionAction?message=Theta");
276
var response = await
Client
.GetAsync("http://localhost/AsyncActions/CustomAwaitableOfContentResultAction?message=Iota");
288
var response = await
Client
.GetAsync("http://localhost/AsyncActions/CustomAwaitableOfContentResultExceptionAction?message=Iota");
299
var response = await
Client
.GetAsync("AsyncActions/ActionWithSuffix");
309
var response = await
Client
.GetAsync("AsyncActions/ActionWithSuffixAsync");
319
var response = await
Client
.GetAsync("AsyncActions/ActionReturningView");