4 references to CreateAttributeRoutedEndpoint
Microsoft.AspNetCore.Mvc.Core.Test (4)
Routing\ActionEndpointFactoryTest.cs (4)
181
var endpoint =
CreateAttributeRoutedEndpoint
(action);
213
var exception = Assert.Throws<InvalidOperationException>(() =>
CreateAttributeRoutedEndpoint
(action));
229
var endpoint =
CreateAttributeRoutedEndpoint
(action);
247
var endpoint =
CreateAttributeRoutedEndpoint
(action);