MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / TEST

Function TEST

tests/unit/sys/test_boutexception.cxx:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include <string>
9
10TEST(BoutExceptionTest, ThrowCorrect) {
11 EXPECT_THROW(throw BoutException("test"), BoutException);
12}
13
14TEST(BoutExceptionTest, What) {
15 std::string test_message{"Test message"};

Callers

nothing calls this directly

Calls 3

IsSubStringFunction · 0.85
BoutParallelThrowRhsFailFunction · 0.85
getBacktraceMethod · 0.80

Tested by

no test coverage detected