Analysis Software
Documentation for sPHENIX simulation software
|
Public Types | |
enum | FailureMode { FATAL_FAILURE, NONFATAL_FAILURE } |
Public Types inherited from testing::Test | |
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Static Public Member Functions | |
static void | AddFailure (FailureMode failure) |
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) |
Additional Inherited Members | |
Public Member Functions inherited from testing::Test | |
virtual | ~Test () |
Protected Member Functions inherited from testing::Test | |
Test () | |
virtual void | SetUp () |
virtual void | TearDown () |
Definition at line 877 of file gtest_output_test_.cc.
View newest version in sPHENIX GitHub at line 877 of file gtest_output_test_.cc
Definition at line 879 of file gtest_output_test_.cc.
View newest version in sPHENIX GitHub at line 879 of file gtest_output_test_.cc
|
inlinestatic |
Definition at line 883 of file gtest_output_test_.cc.
View newest version in sPHENIX GitHub at line 883 of file gtest_output_test_.cc
References ADD_FAILURE, FAIL, and FATAL_FAILURE.