Searched defs:BinOpTest (Results 1 – 1 of 1) sorted by relevance
49 type BinOpTest struct { struct50 a string51 b string52 i int240 func runIndexTests(t *testing.T, f func(s, sep []byte) int, funcName string, testCases []BinOpTest)…272 …nyTests(t *testing.T, f func(s []byte, chars string) int, funcName string, testCases []BinOpTest) {