Xmipp  v3.23.11-Nereus
Static Public Member Functions | List of all members
testing::internal::TypeParameterizedTestSuite< Fixture, internal::None, Types > Class Template Reference

#include <gtest-internal.h>

Static Public Member Functions

static bool Register (const char *, const CodeLocation &, const TypedTestSuitePState *, const char *, const char *, const std::vector< std::string > &=std::vector< std::string >())
 

Detailed Description

template<GTEST_TEMPLATE_ Fixture, typename Types>
class testing::internal::TypeParameterizedTestSuite< Fixture, internal::None, Types >

Definition at line 813 of file gtest-internal.h.

Member Function Documentation

◆ Register()

template<GTEST_TEMPLATE_ Fixture, typename Types >
static bool testing::internal::TypeParameterizedTestSuite< Fixture, internal::None, Types >::Register ( const char *  ,
const CodeLocation ,
const TypedTestSuitePState *  ,
const char *  ,
const char *  ,
const std::vector< std::string > &  = std::vector<std::string>() 
)
inlinestatic

Definition at line 815 of file gtest-internal.h.

819  {
820  return true;
821  }

The documentation for this class was generated from the following file: