MCPcopy
hub / github.com/gorilla/mux / testUseEscapedRoute

Function testUseEscapedRoute

mux_test.go:1884–1887  ·  view source on GitHub ↗
(t *testing.T, test routeTest)

Source from the content-addressed store, hash-verified

1882}
1883
1884func testUseEscapedRoute(t *testing.T, test routeTest) {
1885 test.route.useEncodedPath = true
1886 testRoute(t, test)
1887}
1888
1889func testTemplate(t *testing.T, test routeTest) {
1890 route := test.route

Callers 6

TestPathFunction · 0.85
TestPathPrefixFunction · 0.85
TestSchemeHostPathFunction · 0.85
TestQueriesFunction · 0.85
TestSubRouterFunction · 0.85
TestStrictSlashFunction · 0.85

Calls 1

testRouteFunction · 0.85

Tested by

no test coverage detected