Shows how to use xtd::tunit::valid::is_not_instance_of method.
#include <xtd/xtd.tunit>
#include <stdexcept>
namespace unit_tests {
class test_class_(test) {
std::invalid_argument except("invalid argument");
}
std::invalid_argument except("invalid argument");
}
};
}
int main() {
}
The console_unit_test class is console unit test interface.
Definition console_unit_test.hpp:23
int32 run() noexcept
Runs all tests in this unit_test object and prints the result.
static void is_not_instance_of(const value_t &value, const xtd::diagnostics::stack_frame &stack_frame=xtd::diagnostics::stack_frame::current())
Validates that an object is not of the type supplied or a derived type.
Definition valid.hpp:755
#define test_method_(method_name)
Add test method to class test.
Definition test_method_attribute.hpp:72
The tunit namespace contains a unit test library.
Definition abort_error.hpp:10