4 references to AssertIdAsync
Microsoft.AspNetCore.Routing.Tests (4)
Builder\RouteHandlerEndpointRouteBuilderExtensionsTest.cs (4)
925await AssertIdAsync(endpoint, "/{id}", 3); 953await AssertIdAsync(endpoints["/{id}"], expectedPattern: "/{id}", expectedId: 3); 954await AssertIdAsync(endpoints["/outer/{id}"], expectedPattern: "/outer/{id}", expectedId: 4); 955await AssertIdAsync(endpoints["/outer/inner/{id}"], expectedPattern: "/outer/inner/{id}", expectedId: 5);