50 references to TestController
Microsoft.AspNetCore.Mvc.Core.Test (50)
ApplicationModels\EndpointMetadataProviderTest.cs (50)
24[InlineData(typeof(TestController), nameof(TestController.ActionWithMetadataInValueTaskOfResult))]
25[InlineData(typeof(TestController), nameof(TestController.ActionWithMetadataInValueTaskOfActionResult))]
26[InlineData(typeof(TestController), nameof(TestController.ActionWithMetadataInTaskOfResult))]
27[InlineData(typeof(TestController), nameof(TestController.ActionWithMetadataInTaskOfActionResult))]
28[InlineData(typeof(TestController), nameof(TestController.ActionWithMetadataInFSharpAsyncOfResult))]
29[InlineData(typeof(TestController), nameof(TestController.ActionWithMetadataInFSharpAsyncOfActionResult))]
30[InlineData(typeof(TestController), nameof(TestController.ActionWithMetadataInResult))]
31[InlineData(typeof(TestController), nameof(TestController.ActionWithMetadataInActionResult))]
45var endpoints = GetEndpoints(typeof(TestController), nameof(TestController.MultipleSelectorsActionWithMetadataInActionResult));
57var endpoint = GetEndpoint(typeof(TestController), nameof(TestController.ActionWithParameterMetadata));
67var endpoints = GetEndpoints(typeof(TestController), nameof(TestController.MultipleSelectorsActionWithParameterMetadata));
79var endpoint = GetEndpoint(typeof(TestController), nameof(TestController.ActionWithParameterMetadata));
89var endpoints = GetEndpoints(typeof(TestController), nameof(TestController.MultipleSelectorsActionWithParameterMetadata));
101var dataSource = GetEndpointDataSource(typeof(TestController), nameof(TestController.ActionWithParameterMetadata));
133[InlineData(typeof(TestController), nameof(TestController.ActionWithNoAcceptsMetadataInValueTaskOfResult))]
134[InlineData(typeof(TestController), nameof(TestController.ActionWithNoAcceptsMetadataInValueTaskOfActionResult))]
135[InlineData(typeof(TestController), nameof(TestController.ActionWithNoAcceptsMetadataInTaskOfResult))]
136[InlineData(typeof(TestController), nameof(TestController.ActionWithNoAcceptsMetadataInTaskOfActionResult))]
137[InlineData(typeof(TestController), nameof(TestController.ActionWithNoAcceptsMetadataInFSharpAsyncOfResult))]
138[InlineData(typeof(TestController), nameof(TestController.ActionWithNoAcceptsMetadataInFSharpAsyncOfActionResult))]
139[InlineData(typeof(TestController), nameof(TestController.ActionWithNoAcceptsMetadataInResult))]
140[InlineData(typeof(TestController), nameof(TestController.ActionWithNoAcceptsMetadataInActionResult))]
165var dataSource = GetEndpointDataSource(typeof(TestController), nameof(TestController.ActionWithRemovalFromParameterEndpointMetadata));
186var dataSource = GetEndpointDataSource(typeof(TestController), nameof(TestController.ActionWithRemovalFromParameterMetadata));
207var endpoints = GetEndpoints(typeof(TestController), nameof(TestController.MultipleSelectorsActionWithRoutePatternMetadata));