12 references to RelativePath
Microsoft.AspNetCore.Mvc.FunctionalTests (12)
ApiExplorerTest.cs (12)
156Assert.Equal("ApiExplorerRouteAndPathParametersInformation", description.RelativePath); 170Assert.Equal("ApiExplorerRouteAndPathParametersInformation/{id}", description.RelativePath); 193Assert.Equal("ApiExplorerRouteAndPathParametersInformation/Constraint/{integer}", description.RelativePath); 216Assert.Equal("ApiExplorerRouteAndPathParametersInformation/CatchAll/{parameter}", description.RelativePath); 240description.RelativePath); 267Assert.Equal(expectedRelativePath, description.RelativePath); 303Assert.Equal(expectedRelativePath, description.RelativePath); 338Assert.Equal(expectedRelativePath, description.RelativePath); 362Assert.Equal("ApiExplorerRouteAndPathParametersInformation/Optional/{id}", description.RelativePath); 1171Assert.Equal("ApiExplorerReload/Index", description.RelativePath); 1192Assert.Equal("ApiExplorerReload/NewIndex", description.RelativePath); 1205Assert.Equal("ApiExplorerInboundOutbound/SuppressedForLinkGeneration", description.RelativePath);