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

Function StringFromOrNull

src/CppUTest/SimpleString.cpp:599–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599SimpleString StringFromOrNull(const char * expected)
600{
601 return (expected) ? StringFrom(expected) : "(null)";
602}
603
604SimpleString StringFrom(int value)
605{

Callers 4

EqualsFailureMethod · 0.85
StringEqualFailureMethod · 0.85
TESTFunction · 0.85

Calls 1

StringFromFunction · 0.70

Tested by 4

EqualsFailureMethod · 0.68
StringEqualFailureMethod · 0.68
TESTFunction · 0.68