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.
|
Public Member Functions | |
template<typename test_class_t > | |
test_cleanup_attribute (const std::string &name, test_class_t &test_class, void(*method)()) noexcept | |
template<typename test_class_t > | |
test_cleanup_attribute (const std::string &name, test_class_t &test_class, void(*method)(), const xtd::diagnostics::stack_frame &caller) noexcept | |