Lines Matching refs:TraitsTest

144 In TraitsTest::testIntegerTraits:
145 TraitsTest.h:13: Error: Test failed: 1
146 TraitsTest.h:14: Error: Test failed: '\x0F'
147 TraitsTest.h:15: Error: Test failed: -12
148 TraitsTest.h:16: Error: Test failed: 34
149 TraitsTest.h:17: Error: Test failed: -123
150 TraitsTest.h:18: Error: Test failed: 456
151 TraitsTest.h:19: Error: Test failed: -12345
152 TraitsTest.h:20: Error: Test failed: 67890
153 In TraitsTest::testFloatingPointTraits:
154 TraitsTest.h:25: Error: Test failed: 0.1234
155 TraitsTest.h:26: Error: Test failed: 0.1234
156 In TraitsTest::testBoolTraits:
157 TraitsTest.h:31: Error: Test failed: true
158 TraitsTest.h:32: Error: Test failed: false
159 In TraitsTest::testCharTraits:
160 TraitsTest.h:37: Error: Test failed: 'A'
161 TraitsTest.h:38: Error: Test failed: '\x04'
162 TraitsTest.h:39: Error: Test failed: '\x1B'
163 TraitsTest.h:40: Error: Test failed: '\0'
164 TraitsTest.h:41: Error: Test failed: '\r'
165 TraitsTest.h:42: Error: Test failed: '\n'
166 TraitsTest.h:43: Error: Test failed: '\b'
167 TraitsTest.h:44: Error: Test failed: '\t'
168 TraitsTest.h:45: Error: Test failed: '\a'
169 TraitsTest.h:46: Error: Test failed: '\xFB'
170 In TraitsTest::testStringTraits:
171 TraitsTest.h:51: Error: Test failed: (char *) is displayed as-is
173 In TraitsTest::testStdStringTraits:
174 TraitsTest.h:57: Error: Test failed: "std::string is displayed with \"\""
175 TraitsTest.h:58: Error: Test failed: "Escapes\rAre\rTranslated"
176 TraitsTest.h:59: Error: Test failed: "As are unprintable chars: \x124Vx"