12 references to RelativePath
Microsoft.AspNetCore.Mvc.FunctionalTests (12)
ApiExplorerTest.cs (12)
168Assert.Equal("ApiExplorerRouteAndPathParametersInformation", description.RelativePath);
182Assert.Equal("ApiExplorerRouteAndPathParametersInformation/{id}", description.RelativePath);
205Assert.Equal("ApiExplorerRouteAndPathParametersInformation/Constraint/{integer}", description.RelativePath);
228Assert.Equal("ApiExplorerRouteAndPathParametersInformation/CatchAll/{parameter}", description.RelativePath);
252description.RelativePath);
279Assert.Equal(expectedRelativePath, description.RelativePath);
315Assert.Equal(expectedRelativePath, description.RelativePath);
350Assert.Equal(expectedRelativePath, description.RelativePath);
374Assert.Equal("ApiExplorerRouteAndPathParametersInformation/Optional/{id}", description.RelativePath);
1183Assert.Equal("ApiExplorerReload/Index", description.RelativePath);
1204Assert.Equal("ApiExplorerReload/NewIndex", description.RelativePath);
1217Assert.Equal("ApiExplorerInboundOutbound/SuppressedForLinkGeneration", description.RelativePath);