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

Method getTestLineNumber

src/CppUTest/TestFailure.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113size_t TestFailure::getTestLineNumber() const
114{
115 return testLineNumber_;
116}
117
118SimpleString TestFailure::getMessage() const
119{

Callers 3

printFailureMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected