MCPcopy Create free account
hub / github.com/catchorg/Catch2 / throws_int

Function throws_int

tests/SelfTest/UsageTests/Compilation.tests.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54
55
56static void throws_int(bool b) {
57 if (b) {
58 throw 1;
59 }
60}
61
62template<typename T>
63bool templated_tests(T t) {

Callers 1

templated_testsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected