Lines Matching defs:TestCase
28 struct TestCase { struct29 int32_t lineNr = 0;31 CharString supported;32 CharString def;33 UnicodeString favor;34 UnicodeString threshold;35 CharString desired;36 CharString expMatch;37 CharString expDesired;38 CharString expCombined;40 void reset() { in reset()