13      template<
typename test_
class_t>
 
   16      template<
typename test_
class_t>
 
   22#define test_cleanup_(method_name) \ 
   23  __##method_name##_unused() = delete; \ 
   24  class __test_cleanup_attribute : public xtd::tunit::test_cleanup_attribute { \ 
   26    template<typename test_class> __test_cleanup_attribute(test_class& test) : test_cleanup_attribute(#method_name, test, &test_class::method_name, {__FILE__, __LINE__, __func__}) {} \ 
   27  } __test_cleanup_attribute {*this}; \ 
   28  static void method_name() 
Provides information about a xtd::diagnostics::stack_frame, which represents a function call on the c...
Definition: stack_frame.h:29
 
Definition: test_class.h:25
 
Definition: test_cleanup_attribute.h:11
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
 
Contains xtd::tunit::test class.