Searched refs:REQUIRE_THROWS (Results 1 – 18 of 18) sorted by relevance
/external/catch2/examples/ |
D | 207-Rpt-TeamCityReporter.cpp | 61 REQUIRE_THROWS( true ); 124 REQUIRE_THROWS( throw std::runtime_error("unsurprisingly") );
|
D | 110-Fix-ClassFixture.cpp | 47 … REQUIRE_THROWS( conn.executeSQL( "INSERT INTO employee (id, name) VALUES (?, ?)", getID(), "") );
|
/external/catch2/projects/SelfTest/UsageTests/ |
D | Exception.tests.cpp | 80 REQUIRE_THROWS( thisThrows() ); 206 REQUIRE_THROWS( thisThrows() );
|
D | Compilation.tests.cpp | 84 REQUIRE_THROWS(throws_int(true)); in templated_tests()
|
D | Tricky.tests.cpp | 378 REQUIRE_THROWS( std::vector<constructor_throws>{constructor_throws{}, constructor_throws{}} );
|
/external/bcc/tests/cc/ |
D | test_array_table.cc | 46 REQUIRE_THROWS(f1()); 119 REQUIRE_THROWS(f1());
|
D | test_hash_table.cc | 41 REQUIRE_THROWS(f1()); 116 REQUIRE_THROWS(f1());
|
D | catch.hpp | 10375 #define REQUIRE_THROWS( expr ) INTERNAL_CATCH_THROWS( expr, Catch::ResultDisposition::Normal, "", "… macro
|
/external/catch2/projects/SelfTest/Baselines/ |
D | console.swa4.approved.txt | 186 inside REQUIRE_THROWS 192 REQUIRE_THROWS( thisThrows() ) 224 REQUIRE_THROWS( throws_int(true) )
|
D | console.sw.approved.txt | 186 inside REQUIRE_THROWS 192 REQUIRE_THROWS( thisThrows() ) 224 REQUIRE_THROWS( throws_int(true) ) 1895 REQUIRE_THROWS( std::vector<constructor_throws>{constructor_throws{}, constructor_throws{}} ) 8661 REQUIRE_THROWS( thisThrows() )
|
/external/catch2/docs/ |
D | list-of-examples.md | 26 - Assertion: [REQUIRE_THROWS](../examples/050-Asn-RequireThrows.cpp)
|
D | test-fixtures.md | 24 REQUIRE_THROWS(conn.executeSQL("INSERT INTO employee (id, name) VALUES (?, ?)", getID(), ""));
|
D | assertions.md | 115 * **REQUIRE_THROWS(** _expression_ **)** and
|
D | command-line.md | 180 Skips all assertions that test that an exception is thrown, e.g. ```REQUIRE_THROWS```.
|
D | release-notes.md | 64 * `CATCH_REQUIRE_THROWS`'s internals were unified with `REQUIRE_THROWS` (#1536)
|
/external/catch2/projects/ExtraTests/ |
D | CMakeLists.txt | 30 …" REQUIRE; REQUIRE_FALSE; REQUIRE_THROWS; REQUIRE_THROWS_AS; REQUIRE_THROWS_WITH; REQUIRE_THROWS_M…
|
/external/catch2/include/ |
D | catch.hpp | 188 #define REQUIRE_THROWS( ... ) INTERNAL_CATCH_THROWS( "REQUIRE_THROWS", Catch::ResultDisposition::No… macro 355 #define REQUIRE_THROWS( ... ) (void)(0) macro
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 14674 #define REQUIRE_THROWS( ... ) INTERNAL_CATCH_THROWS( "REQUIRE_THROWS", Catch::ResultDisposition::No… macro 14839 #define REQUIRE_THROWS( ... ) (void)(0) macro
|