#include <testutils/include/testutils/naming.h>
template<typename ParametersTuple>
class gmx::test::NameOfTestFromTuple< ParametersTuple >
Function object that helps GoogleTest name our test cases.
- Template Parameters
-
ParametersTuple | A tuple of test parameters used to declare the test fixture class via testing::TestWithParam. |
template<typename ParametersTuple >
Return the name of this test.
Called by GoogleTest while instantiating value-parameterized tests with the test info
that contains a tuple of parameters which must be converted to a unique name.
The documentation for this class was generated from the following file:
- src/testutils/include/testutils/naming.h