JrDebug - version 1.01.09 - Tue Feb 22 05:36:30 2005
- Simple Demo |
Message | Result | Type | FileName | Line | Function |
|
Started running tests [all] | | BlockStart | jrdebug_unittesting.h | 49 | JrDebug::RunTests |
|
Started A Simple Unit Test | | BlockStart | jrdebug_unittesting.h | 137 | JrDebug::RunTestInternal |
Inside my first unit test | | Message | main.cpp | 73 | MyUnitTest |
Finished A Simple Unit Test | 0.62 sec | BlockEnd | jrdebug_unittesting.h | 137 | JrDebug::RunTestInternal |
|
Started Static Class Member Test | | BlockStart | jrdebug_unittesting.h | 137 | JrDebug::RunTestInternal |
in static class member test | | Message | main.cpp | 44 | DummyClass::ClassStaticTest |
Finished Static Class Member Test | 0.00 sec | BlockEnd | jrdebug_unittesting.h | 137 | JrDebug::RunTestInternal |
|
Started Another Unit Test | | BlockStart | jrdebug_unittesting.h | 137 | JrDebug::RunTestInternal |
my unit test that should throw an exception. | | Message | main.cpp | 49 | MyUnitTest2 |
this comparison should fail: 100<10 | | TestFail | main.cpp | 61 | MyUnitTest2 |
something interesting happened. | | Error | main.cpp | 63 | MyUnitTest2 |
something happened interesting | | Error | main.cpp | 64 | MyUnitTest2 |
exception thrown during test: C string [mystrexception]. | | Exception | main.cpp | 95 | MyUnitTest2 |
Finished Another Unit Test | 0.31 sec , 4 err | BlockEndErr | jrdebug_unittesting.h | 137 | JrDebug::RunTestInternal |
|
Finished running tests [all] | 0.93 sec , 4 err , 1/3 | BlockEndErr | jrdebug_unittesting.h | 49 | JrDebug::RunTests |