cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
testing::WithParamInterface< T > Class Template Reference

#include <gtest.h>

Inheritance diagram for testing::WithParamInterface< T >:
testing::TestWithParam< T >

Public Types

typedef T ParamType
 

Public Member Functions

virtual ~WithParamInterface ()=default
 

Static Public Member Functions

static const ParamTypeGetParam ()
 

Friends

template<class TestClass >
class internal::ParameterizedTestFactory
 

Member Typedef Documentation

◆ ParamType

template<typename T >
typedef T testing::WithParamInterface< T >::ParamType

Constructor & Destructor Documentation

◆ ~WithParamInterface()

template<typename T >
virtual testing::WithParamInterface< T >::~WithParamInterface ( )
virtualdefault

Member Function Documentation

◆ GetParam()

template<typename T >
static const ParamType & testing::WithParamInterface< T >::GetParam ( )
inlinestatic

Friends And Related Symbol Documentation

◆ internal::ParameterizedTestFactory

template<typename T >
template<class TestClass >
friend class internal::ParameterizedTestFactory
friend

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