3 references to GetMethod
Microsoft.AspNetCore.Routing.Tests (3)
Builder\RequestDelegateEndpointRouteBuilderExtensionsTest.cs (3)
415
Assert.Equal("METHOD",
GetMethod
(endpoint.Metadata[0]));
416
Assert.Equal("ATTRIBUTE",
GetMethod
(endpoint.Metadata[1]));
417
Assert.Equal("BUILDER",
GetMethod
(endpoint.Metadata[2]));