Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::ParameterizedTestCaseInfoBase Class Referenceabstract

#include <gtest-param-util.h>

Inheritance diagram for testing::internal::ParameterizedTestCaseInfoBase:

Public Member Functions

virtual ~ParameterizedTestCaseInfoBase ()
 
virtual const std::string & GetTestCaseName () const =0
 
virtual TypeId GetTestCaseTypeId () const =0
 
virtual void RegisterTests ()=0
 

Protected Member Functions

 ParameterizedTestCaseInfoBase ()
 

Detailed Description

Definition at line 465 of file gtest-param-util.h.

Constructor & Destructor Documentation

◆ ~ParameterizedTestCaseInfoBase()

virtual testing::internal::ParameterizedTestCaseInfoBase::~ParameterizedTestCaseInfoBase ( )
inlinevirtual

Definition at line 467 of file gtest-param-util.h.

467{}

◆ ParameterizedTestCaseInfoBase()

testing::internal::ParameterizedTestCaseInfoBase::ParameterizedTestCaseInfoBase ( )
inlineprotected

Definition at line 480 of file gtest-param-util.h.

480{}

Member Function Documentation

◆ GetTestCaseName()

virtual const std::string & testing::internal::ParameterizedTestCaseInfoBase::GetTestCaseName ( ) const
pure virtual

◆ GetTestCaseTypeId()

virtual TypeId testing::internal::ParameterizedTestCaseInfoBase::GetTestCaseTypeId ( ) const
pure virtual

◆ RegisterTests()

virtual void testing::internal::ParameterizedTestCaseInfoBase::RegisterTests ( )
pure virtual

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