xtd 0.2.0
Loading...
Searching...
No Matches
generic_test_class.hpp
Go to the documentation of this file.
1
4#pragma once
6
7#define generic_test_class_(test_class_type, ...) \
8 template<class type_t> \
9 class test_class_type; \
10 auto register_##test_class_type = register_test_class_types<test_class_type, __VA_ARGS__> {}; \
11 template<class type_t> \
12 class test_class_type : public test_class
Contains xtd::tunit::register_test_class_types class.