Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gtest_prod_test.cc File Reference
#include "gtest/gtest.h"
#include "test/production.h"
+ Include dependency graph for gtest_prod_test.cc:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef testing::Test PrivateCodeFixtureTest
 

Functions

 TEST (PrivateCodeTest, CanAccessPrivateMembers)
 
 TEST_F (PrivateCodeFixtureTest, CanAccessPrivateMembers)
 

Typedef Documentation

Definition at line 47 of file gtest_prod_test.cc.

View newest version in sPHENIX GitHub at line 47 of file gtest_prod_test.cc

Function Documentation

TEST ( PrivateCodeTest  ,
CanAccessPrivateMembers   
)

Definition at line 39 of file gtest_prod_test.cc.

View newest version in sPHENIX GitHub at line 39 of file gtest_prod_test.cc

References KFPMath::a, EXPECT_EQ, PrivateCode::set_x(), and PrivateCode::x_.

+ Here is the call graph for this function:

TEST_F ( PrivateCodeFixtureTest  ,
CanAccessPrivateMembers   
)

Definition at line 51 of file gtest_prod_test.cc.

View newest version in sPHENIX GitHub at line 51 of file gtest_prod_test.cc

References KFPMath::a, EXPECT_EQ, PrivateCode::set_x(), and PrivateCode::x_.

+ Here is the call graph for this function: