Lines Matching defs:TestCase
126 struct TestCase { in testConversionCapability() struct
127 const char *const source; in testConversionCapability()
128 const char *const target; in testConversionCapability()
129 const Convertibility expectedState; in testConversionCapability()
160 struct TestCase { in testSiPrefixes() struct
161 const char *source; in testSiPrefixes()
162 const char *target; in testSiPrefixes()
163 const double inputValue; in testSiPrefixes()
164 const double expectedValue; in testSiPrefixes()
196 struct TestCase { in testMass() struct
197 const char *source; in testMass()
198 const char *target; in testMass()
199 const double inputValue; in testMass()
200 const double expectedValue; in testMass()
230 struct TestCase { in testTemperature() struct
231 const char *source; in testTemperature()
232 const char *target; in testTemperature()
233 const double inputValue; in testTemperature()
234 const double expectedValue; in testTemperature()
265 struct TestCase { in testArea() struct
266 const char *source; in testArea()
267 const char *target; in testArea()
268 const double inputValue; in testArea()
269 const double expectedValue; in testArea()