Go to the source code of this file.
|
| TEST_CASE ("TeamCity passes unconditionally succeeding assertion", "[teamcity]") |
|
| TEST_CASE ("TeamCity reports unconditionally failing assertion", "[teamcity]") |
|
| TEST_CASE ("TeamCity reports failing check", "[teamcity]") |
|
| TEST_CASE ("TeamCity reports failing check-false", "[teamcity]") |
|
| TEST_CASE ("TeamCity reports failing check-that", "[teamcity]") |
|
| TEST_CASE ("TeamCity reports unexpected exception", "[teamcity]") |
|
| TEST_CASE ("TeamCity reports undesired exception", "[teamcity]") |
|
| TEST_CASE ("TeamCity reports missing expected exception", "[teamcity]") |
|
| TEST_CASE ("TeamCity reports missing specific expected exception", "[teamcity]") |
|
| TEST_CASE ("TeamCity reports unexpected message in expected exception", "[teamcity]") |
|
| TEST_CASE ("TeamCity failing check-throws-matches", "[teamcity]") |
|
| TEST_CASE ("TeamCity throwing exception with tag [!throws]", "[teamcity][!throws]") |
|
| TEST_CASE ("TeamCity failing assertion with tag [!mayfail]", "[teamcity][!mayfail] ") |
|
| TEST_CASE ("TeamCity succeeding assertion with tag [!shouldfail]", "[teamcity][!shouldfail]") |
|
◆ TEST_CASE() [1/14]
TEST_CASE |
( |
"TeamCity failing assertion with tag " | [!mayfail], |
|
|
" " | [teamcity][!mayfail] ) |
◆ TEST_CASE() [2/14]
TEST_CASE |
( |
"TeamCity failing check-throws-matches" | , |
|
|
"" | [teamcity] ) |
◆ TEST_CASE() [3/14]
TEST_CASE |
( |
"TeamCity passes unconditionally succeeding assertion" | , |
|
|
"" | [teamcity] ) |
◆ TEST_CASE() [4/14]
TEST_CASE |
( |
"TeamCity reports failing check" | , |
|
|
"" | [teamcity] ) |
◆ TEST_CASE() [5/14]
TEST_CASE |
( |
"TeamCity reports failing check-false" | , |
|
|
"" | [teamcity] ) |
◆ TEST_CASE() [6/14]
TEST_CASE |
( |
"TeamCity reports failing check-that" | , |
|
|
"" | [teamcity] ) |
◆ TEST_CASE() [7/14]
TEST_CASE |
( |
"TeamCity reports missing expected exception" | , |
|
|
"" | [teamcity] ) |
◆ TEST_CASE() [8/14]
TEST_CASE |
( |
"TeamCity reports missing specific expected exception" | , |
|
|
"" | [teamcity] ) |
◆ TEST_CASE() [9/14]
TEST_CASE |
( |
"TeamCity reports unconditionally failing assertion" | , |
|
|
"" | [teamcity] ) |
◆ TEST_CASE() [10/14]
TEST_CASE |
( |
"TeamCity reports undesired exception" | , |
|
|
"" | [teamcity] ) |
◆ TEST_CASE() [11/14]
TEST_CASE |
( |
"TeamCity reports unexpected exception" | , |
|
|
"" | [teamcity] ) |
◆ TEST_CASE() [12/14]
TEST_CASE |
( |
"TeamCity reports unexpected message in expected exception" | , |
|
|
"" | [teamcity] ) |
◆ TEST_CASE() [13/14]
TEST_CASE |
( |
"TeamCity succeeding assertion with tag " | [!shouldfail], |
|
|
"" | [teamcity][!shouldfail] ) |
◆ TEST_CASE() [14/14]
TEST_CASE |
( |
"TeamCity throwing exception with tag " | [!throws], |
|
|
"" | [teamcity][!throws] ) |