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"};
}
};
}
static void is_true(bool condition, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Asserts that a condition is true.
#define test_method_(method_name)
Add test method to class test.
Definition test_method_attribute.hpp:72
@ s
The S key.
Definition console_key.hpp:124
The tunit namespace contains a unit test library.
Definition abort_error.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8