Searched defs:testType (Results 1 – 3 of 3) sorted by relevance
22 type testType struct { struct23 NoTag string24 EmptyTag string ``25 OtherTag string `foo:"bar"`26 MatchingTag string `name:"value"`27 ExtraValues string `name:"foo,value,bar"`28 ExtraTags string `foo:"bar" name:"value"`
1797 func check(t *testing.T, testType, testString string, argument
196 func check(t *testing.T, testType, testString string, argument