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

Function StringFromFormat

src/CppUTest/SimpleString.cpp:827–836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

825}
826
827SimpleString StringFromFormat(const char* format, ...)
828{
829 SimpleString resultString;
830 va_list arguments;
831 va_start(arguments, format);
832
833 resultString = VStringFromFormat(format, arguments);
834 va_end(arguments);
835 return resultString;
836}
837
838SimpleString StringFrom(unsigned int i)
839{

Callers 15

getAllocationStringMethod · 0.85
getDeallocationStringMethod · 0.85
report_test_startMethod · 0.85
report_alloc_memoryMethod · 0.85
report_free_memoryMethod · 0.85
report_test_startMethod · 0.85
report_test_endMethod · 0.85
report_alloc_memoryMethod · 0.85
report_free_memoryMethod · 0.85

Calls 1

VStringFromFormatFunction · 0.85

Tested by 15

writeTestSuiteSummaryMethod · 0.68
writeTestCasesMethod · 0.68
writeFailureMethod · 0.68
asStringMethod · 0.68
stringSizeMethod · 0.68
reportMethod · 0.68
createButWasStringMethod · 0.68
ContainsFailureMethod · 0.68