12 references to RelativePath
Microsoft.AspNetCore.Mvc.FunctionalTests (12)
ApiExplorerTest.cs (12)
173Assert.Equal("ApiExplorerRouteAndPathParametersInformation", description.RelativePath); 187Assert.Equal("ApiExplorerRouteAndPathParametersInformation/{id}", description.RelativePath); 210Assert.Equal("ApiExplorerRouteAndPathParametersInformation/Constraint/{integer}", description.RelativePath); 233Assert.Equal("ApiExplorerRouteAndPathParametersInformation/CatchAll/{parameter}", description.RelativePath); 257description.RelativePath); 284Assert.Equal(expectedRelativePath, description.RelativePath); 320Assert.Equal(expectedRelativePath, description.RelativePath); 355Assert.Equal(expectedRelativePath, description.RelativePath); 379Assert.Equal("ApiExplorerRouteAndPathParametersInformation/Optional/{id}", description.RelativePath); 1188Assert.Equal("ApiExplorerReload/Index", description.RelativePath); 1209Assert.Equal("ApiExplorerReload/NewIndex", description.RelativePath); 1222Assert.Equal("ApiExplorerInboundOutbound/SuppressedForLinkGeneration", description.RelativePath);