Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Predicate3Test Class Reference
+ Inheritance diagram for Predicate3Test:
+ Collaboration diagram for Predicate3Test:

Protected Member Functions

virtual void SetUp ()
 
virtual void TearDown ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 

Static Protected Attributes

static bool expected_to_finish_
 
static bool finished_
 
static int n1_
 
static int n2_
 
static int n3_
 

Additional Inherited Members

- Public Types inherited from testing::Test
typedef internal::SetUpTestCaseFunc SetUpTestCaseFunc
 
typedef
internal::TearDownTestCaseFunc 
TearDownTestCaseFunc
 
- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestCase ()
 
static void TearDownTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 

Detailed Description

Definition at line 949 of file gtest_pred_impl_unittest.cc.

View newest version in sPHENIX GitHub at line 949 of file gtest_pred_impl_unittest.cc

Member Function Documentation

virtual void Predicate3Test::SetUp ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 951 of file gtest_pred_impl_unittest.cc.

View newest version in sPHENIX GitHub at line 951 of file gtest_pred_impl_unittest.cc

References expected_to_finish_, finished_, n1_, n2_, and n3_.

virtual void Predicate3Test::TearDown ( )
inlineprotectedvirtual

Reimplemented from testing::Test.

Definition at line 957 of file gtest_pred_impl_unittest.cc.

View newest version in sPHENIX GitHub at line 957 of file gtest_pred_impl_unittest.cc

References EXPECT_EQ, expected_to_finish_, FAIL, finished_, n1_, n2_, and n3_.

Member Data Documentation

bool Predicate3Test::expected_to_finish_
staticprotected

Definition at line 980 of file gtest_pred_impl_unittest.cc.

View newest version in sPHENIX GitHub at line 980 of file gtest_pred_impl_unittest.cc

Referenced by SetUp(), and TearDown().

bool Predicate3Test::finished_
staticprotected

Definition at line 983 of file gtest_pred_impl_unittest.cc.

View newest version in sPHENIX GitHub at line 983 of file gtest_pred_impl_unittest.cc

Referenced by SetUp(), and TearDown().

int Predicate3Test::n1_
staticprotected

Definition at line 985 of file gtest_pred_impl_unittest.cc.

View newest version in sPHENIX GitHub at line 985 of file gtest_pred_impl_unittest.cc

Referenced by SetUp(), and TearDown().

int Predicate3Test::n2_
staticprotected

Definition at line 986 of file gtest_pred_impl_unittest.cc.

View newest version in sPHENIX GitHub at line 986 of file gtest_pred_impl_unittest.cc

Referenced by SetUp(), and TearDown().

int Predicate3Test::n3_
staticprotected

Definition at line 987 of file gtest_pred_impl_unittest.cc.

View newest version in sPHENIX GitHub at line 987 of file gtest_pred_impl_unittest.cc

Referenced by SetUp(), and TearDown().


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