1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
LinkGeneratorTest.cs (1)
25
Client
= Factory.CreateDefaultClient();
18 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (18)
LinkGeneratorTest.cs (18)
41
var response = await
Client
.GetAsync("LG1/LinkToSelf");
53
var response = await
Client
.GetAsync("LG1/LinkToSelf/17?another-value=5");
65
var response = await
Client
.GetAsync("LG1/LinkToAnotherAction/17?another-value=5");
77
var response = await
Client
.GetAsync("LG1/LinkToAnotherController/17?another-value=5");
89
var response = await
Client
.GetAsync("LG1/LinkToAnArea/17?another-value=5");
101
var response = await
Client
.GetAsync("Admin/LG3/LinkInsideOfArea/17");
115
var response = await
Client
.GetAsync("Admin/LG3/LinkInsideOfAreaFail/17?another-value=5");
127
var response = await
Client
.GetAsync("Admin/LG3/LinkOutsideOfArea/17?another-value=5");
139
var response = await
Client
.GetAsync("LGAnotherPage/17");
151
var response = await
Client
.GetAsync("LGPage/17");
163
var response = await
Client
.GetAsync("LG1/LinkToPage/17?another-value=4");
175
var response = await
Client
.GetAsync("LG1/LinkToPageWithTransformedPath?id=HelloWorld");
187
var response = await
Client
.GetAsync("LG1/LinkToPageInArea/17?another-value=4");
199
var response = await
Client
.GetAsync("LG1/LinkWithFullUri/17");
211
var response = await
Client
.GetAsync("LG1/LinkWithFullUriWithoutHttpContext/17");
223
var response = await
Client
.GetAsync("LG1/LinkToPageWithFullUri/17");
235
var response = await
Client
.GetAsync("LG1/LinkToPageWithFullUriWithoutHttpContext/17");
247
var response = await
Client
.GetAsync("LG1/LinkToRouteWithNoMvcParameters?custom=17");