1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
LinkGeneratorTest.cs (1)
16Client = factory.CreateDefaultClient();
18 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (18)
LinkGeneratorTest.cs (18)
28var response = await Client.GetAsync("LG1/LinkToSelf"); 40var response = await Client.GetAsync("LG1/LinkToSelf/17?another-value=5"); 52var response = await Client.GetAsync("LG1/LinkToAnotherAction/17?another-value=5"); 64var response = await Client.GetAsync("LG1/LinkToAnotherController/17?another-value=5"); 76var response = await Client.GetAsync("LG1/LinkToAnArea/17?another-value=5"); 88var response = await Client.GetAsync("Admin/LG3/LinkInsideOfArea/17"); 102var response = await Client.GetAsync("Admin/LG3/LinkInsideOfAreaFail/17?another-value=5"); 114var response = await Client.GetAsync("Admin/LG3/LinkOutsideOfArea/17?another-value=5"); 126var response = await Client.GetAsync("LGAnotherPage/17"); 138var response = await Client.GetAsync("LGPage/17"); 150var response = await Client.GetAsync("LG1/LinkToPage/17?another-value=4"); 162var response = await Client.GetAsync("LG1/LinkToPageWithTransformedPath?id=HelloWorld"); 174var response = await Client.GetAsync("LG1/LinkToPageInArea/17?another-value=4"); 186var response = await Client.GetAsync("LG1/LinkWithFullUri/17"); 198var response = await Client.GetAsync("LG1/LinkWithFullUriWithoutHttpContext/17"); 210var response = await Client.GetAsync("LG1/LinkToPageWithFullUri/17"); 222var response = await Client.GetAsync("LG1/LinkToPageWithFullUriWithoutHttpContext/17"); 234var response = await Client.GetAsync("LG1/LinkToRouteWithNoMvcParameters?custom=17");