![]() |
xtd - Reference Guide
0.1.2
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include "../tunit_export.h"#include "class_initialize_attribute.h"#include "class_cleanup_attribute.h"#include "settings.h"#include "test_initialize_attribute.h"#include "test_cleanup_attribute.h"#include "test_method_attribute.h"#include <chrono>#include <vector>Contains xtd::tunit::test_class class.
Go to the source code of this file.
Classes | |
| class | xtd::tunit::test_class |
Namespaces | |
| namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
| namespace | xtd::tunit |
| The tunit namespace contains a unit test library. | |
Macros | |
| #define | test_class_(class_name) |
| #define | test_class_from_(class_name, from_class_name) |