xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | List of all members
xtd::tunit::test_method_attribute Class Reference

Public Member Functions

template<typename test_class_t >
 test_method_attribute (const std::string &name, test_class_t &test_class, void(test_class_t::*method)()) noexcept
 
template<typename test_class_t >
 test_method_attribute (const std::string &name, test_class_t &test_class, void(test_class_t::*method)(), const xtd::diagnostics::stack_frame &stack_frame) noexcept
 
template<typename test_class_t >
 test_method_attribute (const std::string &name, test_class_t &test_class, void(test_class_t::*method)(), xtd::tunit::test_state test_state) noexcept
 
template<typename test_class_t >
 test_method_attribute (const std::string &name, test_class_t &test_class, void(test_class_t::*method)(), xtd::tunit::test_state test_state, const xtd::diagnostics::stack_frame &stack_frame) noexcept
 

The documentation for this class was generated from the following file: