Lines Matching refs:TEST_CASE
78 TEST_CASE( "random SECTION tests", "[.][sections][failing]" ) {
92 TEST_CASE( "nested SECTION tests", "[.][sections][failing]" ) {
106 TEST_CASE( "more nested SECTION tests", "[sections][failing][.]" ) {
124 TEST_CASE( "even more nested SECTION tests", "[sections]" ) {
140 TEST_CASE( "looped SECTION tests", "[.][failing][sections]" ) {
150 TEST_CASE( "looped tests", "[.][failing]" ) {
159 TEST_CASE( "Sends stuff to stdout and stderr", "[.]" ) {
165 TEST_CASE( "null strings" ) {
170 TEST_CASE( "checkedIf" ) {
174 TEST_CASE( "checkedIf, failing", "[failing][.]" ) {
178 TEST_CASE( "checkedElse" ) {
182 TEST_CASE( "checkedElse, failing", "[failing][.]" ) {
186 TEST_CASE( "xmlentitycheck" ) {
195 TEST_CASE( "send a single char to INFO", "[failing][.]" ) {
200 TEST_CASE( "atomic if", "[failing][0]") {
210 TEST_CASE( "Factorials are computed", "[factorial]" ) {
218 TEST_CASE( "An empty test with no assertions", "[empty]" ) {}
220 TEST_CASE( "Nice descriptive name", "[tag1][tag2][tag3][.]" ) {
223 TEST_CASE( "first tag", "[tag1]" ) {}
224 TEST_CASE( "second tag", "[tag2]" ) {}
236 TEST_CASE( "vectors can be sized and resized", "[vector]" ) {
402 TEST_CASE("A couple of nested sections followed by a failure", "[failing][.]") {
410 TEST_CASE("not allowed", "[!throws]") {
419 TEST_CASE( "Tabs and newlines show in output", "[.][whitespace][failing]" ) {
429 TEST_CASE( "toString on const wchar_t const pointer returns the string contents", "[toString]" ) {
435 TEST_CASE( "toString on const wchar_t pointer returns the string contents", "[toString]" ) {
441 TEST_CASE( "toString on wchar_t const pointer returns the string contents", "[toString]" ) {
447 TEST_CASE( "toString on wchar_t returns the string contents", "[toString]" ) {
454 TEST_CASE( "long long" ) {
460 TEST_CASE( "This test 'should' fail but doesn't", "[.][failing][!shouldfail]" ) {
464 TEST_CASE( "# A test name that starts with a #" ) {
468 TEST_CASE( "#835 -- errno should not be touched by Catch", "[.][failing][!shouldfail]" ) {
474 TEST_CASE( "#961 -- Dynamically created sections should all be reported", "[.]" ) {
482 TEST_CASE( "#1175 - Hidden Test", "[.]" ) {