xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.tunit
include
xtd
tunit
generic_test_class.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
register_test_class_types.hpp
"
6
23
#define generic_test_class_(class_name, ...) \
24
template<typename type_t> \
25
class class_name; \
26
inline auto __register_##class_name = register_test_class_types<class_name, __VA_ARGS__> {}; \
27
template<typename type_t> \
28
class class_name : public test_class
register_test_class_types.hpp
Contains xtd::tunit::register_test_class_types class.
Generated on
for xtd by
Gammasoft
. All rights reserved.