JrDebug - version 1.01.09 - Tue Feb 22 22:52:19 2005
- Demo9 |
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 | 79 | MyUnitTest |
Finished A Simple Unit Test | 0.64 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.01 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 |
a test shows 1<2. | | Message | main.cpp | 66 | MyUnitTest2 |
JrDebug output disabled (purposeful fail) | | Note | main.cpp | 68 | MyUnitTest2 |
JrDebug output enabled (purposeful fail) | | Note | main.cpp | 70 | MyUnitTest2 |
exception thrown during test: C string [mystrexception]. | | Exception | main.cpp | 104 | MyUnitTest2 |
Finished Another Unit Test | 0.32 sec , 4 err | BlockEndErr | jrdebug_unittesting.h | 137 | JrDebug::RunTestInternal |
|
Finished running tests [all] | 0.97 sec , 4 err , 1/3 | BlockEndErr | jrdebug_unittesting.h | 49 | JrDebug::RunTests |