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

Function Assert

test/etl_error_handler/log_errors/test_error_handler.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74//*****************************************************************************
75void Assert(bool state)
76{
77 ETL_ASSERT(state, ETL_ERROR(test_exception_1));
78}
79
80//*****************************************************************************
81void AssertFail()

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected