tunit - Reference Guide  1.0.0
Modern c++17 unit testing framework on Windows, macOS, Linux, iOS and android.
directory_assert.h File Reference

Contains tunit::directory_assert class. More...

#include "assert.h"
#include <sys/stat.h>
Include dependency graph for directory_assert.h:
This graph shows which files directly or indirectly include this file:

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__)
 

Detailed Description

Contains tunit::directory_assert class.