MCPcopy Create free account
hub / github.com/cpputest/cpputest / crashOnFailure_c

Function crashOnFailure_c

src/CppUTestExt/MockSupport_c.cpp:1090–1093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1088}
1089
1090void crashOnFailure_c(unsigned shouldCrash)
1091{
1092 currentMockSupport->crashOnFailure(0 != shouldCrash);
1093}
1094
1095MockSupport_c* mock_c()
1096{

Callers

nothing calls this directly

Calls 1

crashOnFailureMethod · 0.45

Tested by

no test coverage detected