Add 'print' unit test which prints the list of tests

This commit is contained in:
Vinnie Falco
2013-08-07 15:34:13 -07:00
parent ab6c138a7c
commit ebabeb6fbd
2 changed files with 46 additions and 3 deletions

View File

@@ -323,11 +323,11 @@ public:
{
beginTestCase ("backtrace");
pass ();
String const s = SystemStats::getStackBacktrace ();
Logger::outputDebugString (s);
logMessage (s);
pass ();
}
};