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

Function _failStartingTwiceWillFail

tests/CppUTest/TestMemoryAllocatorTest.cpp:710–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710static void _failStartingTwiceWillFail(GlobalMemoryAccountant* accountant)
711{
712 accountant->start();
713 accountant->start();
714}
715
716TEST(GlobalMemoryAccountant, startTwiceWillFail)
717{

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected