MCPcopy Create free account
hub / github.com/ETLCPP/etl / Assert

Function Assert

test/etl_error_handler/assert_function/test_error_handler.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69//*****************************************************************************
70void Assert(bool state)
71{
72 ETL_ASSERT(state, ETL_ERROR(test_exception_1));
73}
74
75//*****************************************************************************
76void AssertFail()

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected