| JrDebug - version 1.01.02 - today's date | ||||
| Message | MessageType | FileName | Line | Function |
| Started running tests (all) | BlockStart | jrdebug_unittesting.h | 55 | JrDebug::RunTests |
| Started Simple Unit Test #1 | BlockStart | main.cpp | 51 | MyUnitTest |
| Inside my first unit test | Message | main.cpp | 40 | MyUnitTest |
| Invoking subtest of MyUnitTest2 | Message | main.cpp | 41 | MyUnitTest |
| Started Simple Unit Test #2 | BlockStart | main.cpp | 70 | MyUnitTest2 |
| my unit test that should throw an exception. | Message | main.cpp | 27 | MyUnitTest2 |
| this should fail: 100<10 | TestFail | main.cpp | 31 | MyUnitTest2 |
| exception thrown during test: C string (mystrexception). | Exception | main.cpp | 70 | MyUnitTest2 |
| Finished Simple Unit Test #2 (0.000000 seconds). | BlockEnd | main.cpp | 70 | MyUnitTest2 |
| Finished Simple Unit Test #1 (0.000000 seconds). | BlockEnd | main.cpp | 51 | MyUnitTest |
| Started Static Class Member Test | BlockStart | main.cpp | 53 | DummyClass::ClassStaticTest |
| in static class member test | Message | main.cpp | 47 | DummyClass::ClassStaticTest |
| Finished Static Class Member Test (0.000000 seconds). | BlockEnd | main.cpp | 53 | DummyClass::ClassStaticTest |
| Started Simple Unit Test #2 | BlockStart | main.cpp | 70 | MyUnitTest2 |
| my unit test that should throw an exception. | Message | main.cpp | 27 | MyUnitTest2 |
| this should fail: 100<10 | TestFail | main.cpp | 31 | MyUnitTest2 |
| exception thrown during test: C string (mystrexception). | Exception | main.cpp | 70 | MyUnitTest2 |
| Finished Simple Unit Test #2 (0.000000 seconds). | BlockEnd | main.cpp | 70 | MyUnitTest2 |
| Finished running tests (all) (0.000000 seconds). | BlockEnd | jrdebug_unittesting.h | 55 | JrDebug::RunTests |