| 104 | /// Base class for typed function tests |
| 105 | template <typename Provider> |
| 106 | struct FunctionTesterBase : Provider, testing::Test {}; |
| 107 | |
| 108 | /// Declares a typed test with the given name and types. |
| 109 | #define DEFINE_FUNCTION_TEST_CASE(TEST_CASE_NAME, EXPANDED_TYPES) \ |
nothing calls this directly
no outgoing calls
no test coverage detected