Shows how to use TUNIT_CONFIG_MAIN define to generate automatically entry point.
#define TUNIT_CONFIG_MAIN
#include <xtd/xtd.tunit>
namespace unit_tests {
class test_class_(test) {
auto s = string {"Hello"};
assert::is_true(s == "Hello");
}
};
}
#define test_method_(method_name)
Add test method to class test.
Definition test_method_attribute.h:89
The tunit namespace contains a unit test library.
Definition abort_error.h:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10