Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::TestFactoryBase Class Referenceabstract

#include <JETSCAPE/blob/main/external_packages/googletest/googletest/include/gtest/internal/gtest-internal.h>

+ Inheritance diagram for testing::internal::TestFactoryBase:

Public Member Functions

virtual ~TestFactoryBase ()
 
virtual TestCreateTest ()=0
 

Protected Member Functions

 TestFactoryBase ()
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestFactoryBase)
 

Detailed Description

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

View newest version in sPHENIX GitHub at line 464 of file gtest-internal.h

Constructor & Destructor Documentation

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

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

View newest version in sPHENIX GitHub at line 466 of file gtest-internal.h

testing::internal::TestFactoryBase::TestFactoryBase ( )
inlineprotected

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

View newest version in sPHENIX GitHub at line 473 of file gtest-internal.h

Member Function Documentation

virtual Test* testing::internal::TestFactoryBase::CreateTest ( )
pure virtual

Implemented in testing::internal::TestFactoryImpl< TestClass >.

Referenced by testing::TestInfo::Run().

+ Here is the caller graph for this function:

testing::internal::TestFactoryBase::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( TestFactoryBase  )
private

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