MCPcopy
hub / github.com/gin-gonic/gin / TestTreeCatchAllConflictRoot

Function TestTreeCatchAllConflictRoot

tree_test.go:525–531  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

523}
524
525func TestTreeCatchAllConflictRoot(t *testing.T) {
526 routes := []testRoute{
527 {"/", false},
528 {"/*filepath", true},
529 }
530 testRoutes(t, routes)
531}
532
533func TestTreeCatchMaxParams(t *testing.T) {
534 tree := &node{}

Callers

nothing calls this directly

Calls 1

testRoutesFunction · 0.85

Tested by

no test coverage detected