Searched defs:stringPairTest (Results 1 – 1 of 1) sorted by relevance
159 type stringPairTest struct { struct160 in1 string161 in2 string162 out bool165 func testStringPairs(t *testing.T, name string, tests []stringPairTest, f func(string, string) bool…