#include "unit_test.h"
#include <xtd/typeof>
#include <xtd/string>
Contains xtd::tunit::test_class_attribute class.
- Copyright
- Copyright (c) 2024 Gammasoft. All rights reserved.
Go to the source code of this file.
|
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.
|
|
|
#define | test_class_(class_name) |
| Helper to create a test_class in a test unit.
|
|
#define | test_class_from_(class_name, from_class_name) |
| Helper to create a test_class in a test unit from a specified class base.
|
|