MCPcopy Create free account
hub / github.com/Naios/function2 / FunctionTesterBase

Class FunctionTesterBase

test/function2-test.hpp:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104/// Base class for typed function tests
105template <typename Provider>
106struct 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) \

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected