Lines Matching refs:TEST_CASE
53 TEST_CASE( "Equality checks that should succeed" )
71 TEST_CASE( "Equality checks that should fail", "[.][failing][!mayfail]" )
92 TEST_CASE( "Inequality checks that should succeed" )
109 TEST_CASE( "Inequality checks that should fail", "[.][failing][!shouldfail]" )
121 TEST_CASE( "Ordering comparison checks that should succeed" )
148 TEST_CASE( "Ordering comparison checks that should fail", "[.][failing]" )
183 TEST_CASE( "Comparisons with int literals don't warn when mixing signed/ unsigned" )
221 TEST_CASE( "comparisons between int variables" )
235 TEST_CASE( "comparisons between const int variables" )
248 TEST_CASE( "Comparisons between unsigned ints and negative signed ints match c++ standard behaviour…
261 TEST_CASE( "Comparisons between ints where one side is computed" )
270 TEST_CASE( "Pointers can be compared to null" )
302 TEST_CASE( "'Not' checks that should succeed" )
318 TEST_CASE( "'Not' checks that should fail", "[.][failing]" )