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