Lines Matching refs:TEST_CASE
12 TEST_CASE( "INFO and WARN do not abort tests", "[messages][.]" ) {
17 TEST_CASE( "#1455 - INFO and WARN can start with a linebreak", "[messages][.]" ) {
24 TEST_CASE( "SUCCEED counts as a test pass", "[messages]" ) {
28 TEST_CASE( "INFO gets logged on failure", "[failing][messages][.]" ) {
35 TEST_CASE( "INFO gets logged on failure, even if captured before successful assertions", "[failing]…
53 TEST_CASE( "FAIL aborts the test", "[failing][messages][.]" ) {
58 TEST_CASE( "FAIL_CHECK does not abort the test", "[failing][messages][.]" ) {
63 TEST_CASE( "FAIL does not require an argument", "[failing][messages][.]" ) {
67 TEST_CASE( "SUCCEED does not require an argument", "[messages][.]" ) {
71 TEST_CASE( "Output from all sections is reported", "[failing][messages][.]" ) {
81 TEST_CASE( "Standard output from all sections is reported", "[messages][.]" ) {
91 TEST_CASE( "Standard error is reported and redirected", "[messages][.][approvals]" ) {
108 TEST_CASE( "INFO is reset for each loop", "[messages][failing][.]" ) {
117 TEST_CASE( "The NO_FAIL macro reports a failure but does not fail the test", "[messages]" ) {
121 TEST_CASE( "just info", "[info][isolated info][messages]" ) {
124 TEST_CASE( "just failure", "[fail][isolated info][.][messages]" ) {
129 TEST_CASE( "sends information to INFO", "[.][failing]" ) {
136 TEST_CASE( "Pointers can be converted to strings", "[messages][.][approvals]" ) {
147 TEST_CASE( "just unscoped info", "[unscoped][info]" ) {
152 TEST_CASE( "just failure after unscoped info", "[failing][.][unscoped][info]" ) {
156 TEST_CASE( "print unscoped info if passing unscoped info is printed", "[unscoped][info]" ) {
161 TEST_CASE( "prints unscoped info on failure", "[failing][.][unscoped][info]" ) {
168 TEST_CASE( "not prints unscoped info from previous failures", "[failing][.][unscoped][info]" ) {
177 TEST_CASE( "prints unscoped info only for the first assertion", "[failing][.][unscoped][info]" ) {
186 TEST_CASE( "stacks unscoped info in loops", "[failing][.][unscoped][info]" ) {
200 TEST_CASE( "mix info, unscoped info and warning", "[unscoped][info]" ) {
207 TEST_CASE( "CAPTURE can deal with complex expressions", "[messages][capture]" ) {
244 TEST_CASE("CAPTURE can deal with complex expressions involving commas", "[messages][capture]") {
254 TEST_CASE("CAPTURE parses string and character constants", "[messages][capture]") {