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

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

+ Inheritance diagram for testing::Environment:

Classes

struct  Setup_should_be_spelled_SetUp
 

Public Member Functions

virtual ~Environment ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Private Member Functions

virtual
Setup_should_be_spelled_SetUp
Setup ()
 

Detailed Description

Definition at line 972 of file gtest.h.

View newest version in sPHENIX GitHub at line 972 of file gtest.h

Constructor & Destructor Documentation

virtual testing::Environment::~Environment ( )
inlinevirtual

Definition at line 975 of file gtest.h.

View newest version in sPHENIX GitHub at line 975 of file gtest.h

Member Function Documentation

virtual void testing::Environment::SetUp ( )
inlinevirtual

Reimplemented in BarEnvironment, FooEnvironment, and testing::internal::EnvironmentInvocationCatcher.

Definition at line 978 of file gtest.h.

View newest version in sPHENIX GitHub at line 978 of file gtest.h

Referenced by testing::internal::SetUpEnvironment().

+ Here is the caller graph for this function:

virtual Setup_should_be_spelled_SetUp* testing::Environment::Setup ( )
inlineprivatevirtual

Definition at line 986 of file gtest.h.

View newest version in sPHENIX GitHub at line 986 of file gtest.h

virtual void testing::Environment::TearDown ( )
inlinevirtual

Reimplemented in BarEnvironment, FooEnvironment, testing::internal::FinalSuccessChecker, and testing::internal::EnvironmentInvocationCatcher.

Definition at line 981 of file gtest.h.

View newest version in sPHENIX GitHub at line 981 of file gtest.h

Referenced by testing::internal::TearDownEnvironment().

+ Here is the caller graph for this function:


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