#include "unit_test.h"
#include <memory>
#include <string>
Contains xtd::tunit::test_class_attribute 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 | test_class_(class_name) |
| | Helper to create a test_class in a test unit. More...
|
| |
| #define | test_class_from_(class_name, from_class_name) |
| | Helper to create a test_class in a test unit from a specified class base. More...
|
| |