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