#include "assert.h"
#include <filesystem>
#include <xtd/io/directory>
#include <xtd/io/directory_info>
Contains xtd::tunit::directory_assert class.
- Copyright
- Copyright (c) 2023 Gammasoft. All rights reserved.
Go to the source code of this file.
|
| | 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.
|
| |
|
| #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...
|
| |