|
Free Electron
|

Go to the source code of this file.
Classes | |
| class | fe::UnitTest |
| Counts success and failures in a style similar to assertions. More... | |
Namespaces | |
| fe | |
| kernel | |
Macros | |
| #define | UNIT_START() fe::UnitTest unitTest; |
| #define | UNIT_TEST(expression) unitTest(expression,#expression) |
| #define | UNIT_TRACK(number) unitTest.track(number); |
| #define | UNIT_RETURN() return unitTest.failures(); |
1.8.13