![]() |
tunit - Reference Guide
1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
|
Contains tunit::directory_assert class. More...


Go to the source code of this file.
Classes | |
| class | tunit::directory_assert |
| The directory_assert class contains a collection of static methods that implement the most directory assertions used in tUnit. More... | |
Namespaces | |
| tunit | |
| The tunit namespace contains a unit test library. | |
Macros | |
| #define | does_not_exist_(...) __CMD_ASSERT_ARGS(does_not_exist, __VA_ARGS__) |
| #define | exists_(...) __CMD_ASSERT_ARGS(exists, __VA_ARGS__) |
Contains tunit::directory_assert class.