xtd 0.2.0
directory_assert.h File Reference
#include "assert.h"
#include <filesystem>
#include <xtd/io/directory>
#include <xtd/io/directory_info>

Definition

Contains xtd::tunit::directory_assert class.

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  xtd::tunit::directory_assert
 The directory_assert class contains a collection of static methods that implement the most directory assertions used in xtd::tUnit. More...
 

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::tunit
 The tunit namespace contains a unit test library.
 

Macros

#define does_not_exist_(...)   __CMD_ASSERT_ARGS(does_not_exist, __VA_ARGS__)
 Asserts that file not exists. More...
 
#define exists_(...)   __CMD_ASSERT_ARGS(exists, __VA_ARGS__)
 Asserts that directory exists. More...