Lines Matching refs:TEST_CASE
25 TEST_CASE
36 TEST_CASE
62 TEST_CASE
78 TEST_CASE
89 TEST_CASE
157 TEST_CASE
181 TEST_CASE( "Test enum bit values", "[Tricky]" )
195 TEST_CASE("boolean member", "[Tricky]")
214 TEST_CASE( "(unimplemented) static bools can be evaluated", "[Tricky]" )
267 TEST_CASE( "Objects that evaluated in boolean contexts can be checked", "[Tricky][SafeBool]" )
277 TEST_CASE( "Assertions then sections", "[Tricky]" )
304 TEST_CASE( "non streamable - with conv. op", "[Tricky]" )
315 TEST_CASE( "Comparing function pointers", "[Tricky][function pointer]" )
331 TEST_CASE( "Comparing member function pointers", "[Tricky][member function pointer][approvals]" )
341 TEST_CASE( "pointer to class", "[Tricky]" )
349 TEST_CASE( "null_ptr", "[Tricky]" )
355 TEST_CASE( "X/level/0/a", "[Tricky]" ) { SUCCEED(""); }
356 TEST_CASE( "X/level/0/b", "[Tricky][fizz]" ){ SUCCEED(""); }
357 TEST_CASE( "X/level/1/a", "[Tricky]" ) { SUCCEED(""); }
358 TEST_CASE( "X/level/1/b", "[Tricky]" ) { SUCCEED(""); }
360 TEST_CASE( "has printf" ) {
376 TEST_CASE("Commas in various macros are allowed") {
397 TEST_CASE( "non-copyable objects", "[.][failing]" ) {
405 TEST_CASE("#1514: stderr/stdout is not captured in tests aborted by an exception", "[output-capture…