Go to the source code of this file.
|
std::string | one () |
|
| TEST_CASE ("Assert that something is true (pass)", "[require]") |
|
| TEST_CASE ("Assert that something is true (fail)", "[require]") |
|
| TEST_CASE ("Assert that something is true (stop at first failure)", "[require]") |
|
| TEST_CASE ("Assert that something is true (continue after failure)", "[check]") |
|
| TEST_CASE ("Assert that something is false (stops at first failure)", "[require-false]") |
|
| TEST_CASE ("Assert that something is false (continue after failure)", "[check-false]") |
|
◆ one()
◆ TEST_CASE() [1/6]
TEST_CASE |
( |
"Assert that something is false (continue after failure)" | , |
|
|
"" | [check-false] ) |
◆ TEST_CASE() [2/6]
TEST_CASE |
( |
"Assert that something is false (stops at first failure)" | , |
|
|
"" | [require-false] ) |
◆ TEST_CASE() [3/6]
TEST_CASE |
( |
"Assert that something is true (continue after failure)" | , |
|
|
"" | [check] ) |
◆ TEST_CASE() [4/6]
TEST_CASE |
( |
"Assert that something is true (fail)" | , |
|
|
"" | [require] ) |
◆ TEST_CASE() [5/6]
TEST_CASE |
( |
"Assert that something is true (pass)" | , |
|
|
"" | [require] ) |
◆ TEST_CASE() [6/6]
TEST_CASE |
( |
"Assert that something is true (stop at first failure)" | , |
|
|
"" | [require] ) |