1 write to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
ApiExplorerTest.cs (1)
18Client = fixture.CreateDefaultClient();
64 references to Client
Microsoft.AspNetCore.Mvc.FunctionalTests (64)
ApiExplorerTest.cs (64)
27var response = await Client.GetAsync("http://localhost/ApiExplorerVisibilityEnabledByConvention"); 40var response = await Client.GetAsync("http://localhost/ApiExplorerVisibilityDisabledByConvention"); 53var response = await Client.GetAsync("http://localhost/ApiExplorerVisibilitySetExplicitly/Disabled"); 66var response = await Client.GetAsync("http://localhost/ApiExplorerVisibilitySetExplicitly/Enabled"); 79var response = await Client.GetAsync("http://localhost/ApiExplorerNameSetByConvention"); 93var response = await Client.GetAsync("http://localhost/ApiExplorerNameSetExplicitly/SetOnController"); 107var response = await Client.GetAsync("http://localhost/ApiExplorerNameSetExplicitly/SetOnAction"); 121var response = await Client.GetAsync("http://localhost/ApiExplorerApiController/ActionWithIdParameter"); 135var response = await Client.GetAsync("http://localhost/ApiExplorerApiController/ActionWithSomeParameters"); 149var response = await Client.GetAsync("http://localhost/ApiExplorerRouteAndPathParametersInformation"); 163var response = await Client.GetAsync("http://localhost/ApiExplorerRouteAndPathParametersInformation/5"); 186var response = await Client.GetAsync(url); 209var response = await Client.GetAsync(url); 231var response = await Client.GetAsync(url); 260var response = await Client.GetAsync(url); 296var response = await Client.GetAsync(url); 331var response = await Client.GetAsync(url); 354var response = await Client.GetAsync( 373var response = await Client.GetAsync("http://localhost/ApiExplorerHttpMethod/All"); 387var response = await Client.GetAsync("http://localhost/ApiExplorerHttpMethod/Get"); 408var response = await Client.SendAsync(request); 431var response = await Client.SendAsync(request); 449var response = await Client.GetAsync( 469var response = await Client.GetAsync( 493var response = await Client.GetAsync( 513var response = await Client.GetAsync( 536var response = await Client.GetAsync( 558var response = await Client.GetAsync( 579var response = await Client.GetAsync( 603var response = await Client.GetAsync( 635var response = await Client.GetAsync( 667var response = await Client.GetAsync( 699var response = await Client.GetAsync( 729var response = await Client.GetAsync( 766var response = await Client.GetAsync( 801var response = await Client.GetAsync( 832var response = await Client.GetAsync("http://localhost/ApiExplorerResponseContentType/Unset"); 858var response = await Client.GetAsync("http://localhost/ApiExplorerResponseContentType/Specific"); 882var response = await Client.GetAsync("http://localhost/ApiExplorerResponseContentType/WildcardMatch"); 911var response = await Client.GetAsync("http://localhost/ApiExplorerResponseContentType/NoMatch"); 936var response = await Client.GetAsync( 955var response = await Client.GetAsync("http://localhost/ApiExplorerParameters/SimpleParameters"); 979var response = await Client.GetAsync( 1004var response = await Client.GetAsync("http://localhost/ApiExplorerParameters/SimpleModel"); 1028var response = await Client.GetAsync("http://localhost/ApiExplorerParameters/SimpleModelFromBody/5"); 1052var response = await Client.GetAsync("http://localhost/ApiExplorerParameters/ComplexModel"); 1096var response = await Client.GetAsync("ApiExplorerParameters/DefaultValueParameters"); 1128var response = await Client.GetAsync("ApiExplorerParameters/IsRequiredParameters"); 1165var body = await Client.GetStringAsync("ApiExplorerReload/Index"); 1174var response = await Client.GetAsync("ApiExplorerReload/Reload"); 1180response = await Client.GetAsync("ApiExplorerReload/Index"); 1186body = await Client.GetStringAsync("ApiExplorerReload/NewIndex"); 1199var body = await Client.GetStringAsync("ApiExplorerInboundOutbound/SuppressedForLinkGeneration"); 1212var body = await Client.GetStringAsync("ApiExplorerApiController/ActionWithFormFileCollectionParameter"); 1228var body = await Client.GetStringAsync("ApiExplorerApiController/ProducesWithUnsupportedContentType"); 1255var response = await Client.GetStringAsync( 1289var response = await Client.GetStringAsync( 1314var response = await Client.PostAsync( 1345var response = await Client.PostAsync( 1380var response = await Client.PostAsync( 1415var response = await Client.PutAsync( 1456var response = await Client.DeleteAsync( 1496var response = await Client.PostAsync( 1526var response = await Client.GetAsync($"http://localhost/ApiExplorerVoid/{path}");