Example #1
0
func Test_TST_Lookup_with_many_routes(t *testing.T) {
	testutil.Test_URLRouter_Lookup_with_many_routes(t, &TSTRouter{})
}
Example #2
0
func Test_DoubleArray_Lookup_with_many_routes(t *testing.T) {
	testutil.Test_URLRouter_Lookup_with_many_routes(t, &DoubleArrayRouter{})
}
Example #3
0
func Test_Regexp_Lookup_with_many_routes(t *testing.T) {
	testutil.Test_URLRouter_Lookup_with_many_routes(t, &RegexpRouter{})
}