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

Function AssertFail

test/etl_error_handler/assert_function/test_error_handler.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75//*****************************************************************************
76void AssertFail()
77{
78 ETL_ASSERT_FAIL(ETL_ERROR(test_exception_1));
79}
80
81//*****************************************************************************
82void AssertAndReturn(bool state)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected