Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googletest/include/gtest/gtest.h>
Classes | |
struct | Setup_should_be_spelled_SetUp |
Public Types | |
typedef internal::SetUpTestCaseFunc | SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc | TearDownTestCaseFunc |
Public Member Functions | |
virtual | ~Test () |
Static Public Member Functions | |
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) |
Protected Member Functions | |
Test () | |
virtual void | SetUp () |
virtual void | TearDown () |
Private Member Functions | |
virtual void | TestBody ()=0 |
void | Run () |
void | DeleteSelf_ () |
virtual Setup_should_be_spelled_SetUp * | Setup () |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (Test) | |
Static Private Member Functions | |
static bool | HasSameFixtureClass () |
Private Attributes | |
const internal::scoped_ptr < GTEST_FLAG_SAVER_ > | gtest_flag_saver_ |
Friends | |
class | TestInfo |
Definition at line 371 of file gtest.h.
View newest version in sPHENIX GitHub at line 371 of file gtest.h
typedef internal::SetUpTestCaseFunc testing::Test::SetUpTestCaseFunc |
typedef internal::TearDownTestCaseFunc testing::Test::TearDownTestCaseFunc |
|
virtual |
|
protected |
|
inlineprivate |
Definition at line 453 of file gtest.h.
View newest version in sPHENIX GitHub at line 453 of file gtest.h
Referenced by testing::TestInfo::Run().
|
private |
|
inlinestatic |
Definition at line 407 of file gtest.h.
View newest version in sPHENIX GitHub at line 407 of file gtest.h
Referenced by HasFailureHelper().
|
static |
Definition at line 2487 of file gtest.cc.
View newest version in sPHENIX GitHub at line 2487 of file gtest.cc
References testing::internal::UnitTestImpl::current_test_result(), testing::internal::GetUnitTestImpl(), and testing::TestResult::HasFatalFailure().
Referenced by testing::TestInfo::Run(), testing::internal::UnitTestImpl::RunAllTests(), and TryTestSubroutine().
|
static |
Definition at line 2492 of file gtest.cc.
View newest version in sPHENIX GitHub at line 2492 of file gtest.cc
References testing::internal::UnitTestImpl::current_test_result(), and testing::internal::GetUnitTestImpl().
Referenced by HasNonfatalFailureHelper().
|
staticprivate |
Definition at line 2269 of file gtest.cc.
View newest version in sPHENIX GitHub at line 2269 of file gtest.cc
References ADD_FAILURE, testing::internal::UnitTestImpl::current_test_case(), testing::internal::UnitTestImpl::current_test_info(), testing::TestInfo::fixture_class_id_, testing::internal::GetTestTypeId(), testing::internal::GetUnitTestImpl(), testing::TestInfo::name(), testing::TestInfo::test_case_name(), and testing::TestCase::test_info_list().
|
static |
Definition at line 2237 of file gtest.cc.
View newest version in sPHENIX GitHub at line 2237 of file gtest.cc
References testing::UnitTest::GetInstance(), and testing::UnitTest::RecordProperty().
Referenced by ExternalUtilityThatCallsRecordProperty(), main(), RecordProperty(), PropertyOne::SetUp(), PropertyTwo::SetUp(), PropertyOne::TearDown(), and PropertyTwo::TearDown().
|
static |
Definition at line 2242 of file gtest.cc.
View newest version in sPHENIX GitHub at line 2242 of file gtest.cc
References testing::Message::GetString(), RecordProperty(), and value.
|
private |
Definition at line 2465 of file gtest.cc.
View newest version in sPHENIX GitHub at line 2465 of file gtest.cc
References testing::internal::GetUnitTestImpl(), testing::internal::HandleExceptionsInMethodIfSupported(), testing::internal::UnitTestImpl::os_stack_trace_getter(), and testing::internal::OsStackTraceGetterInterface::UponLeavingGTest().
Referenced by testing::TestInfo::Run().
|
protectedvirtual |
Reimplemented in ProtectedFixtureMethodsTest, testing::InitGoogleTestTest, testing::SetUpTestCaseTest, Predicate5Test, Predicate4Test, Predicate3Test, Predicate2Test, FatalFailureInSetUpTest, NonFatalFailureInSetUpTest, FatalFailureInFixtureConstructorTest, NonFatalFailureInFixtureConstructorTest, testing::internal::ListenerTest, QueueTest, Predicate1Test, QueueTest, CommonTest< T >, QuickTest, PropertyOne, PropertyTwo, genfit::ConstFieldInitializedTests, genfit::RKTrackRepTests, and genfit::MaterialEffectsTests.
Definition at line 2227 of file gtest.cc.
View newest version in sPHENIX GitHub at line 2227 of file gtest.cc
|
inlineprivatevirtual |
|
inlinestatic |
|
protectedvirtual |
Reimplemented in ProtectedFixtureMethodsTest, Predicate5Test, Predicate4Test, Predicate3Test, Predicate2Test, FatalFailureInSetUpTest, NonFatalFailureInSetUpTest, FatalFailureInFixtureConstructorTest, NonFatalFailureInFixtureConstructorTest, testing::internal::ListenerTest, Predicate1Test, CommonTest< T >, QuickTest, PropertyOne, PropertyTwo, genfit::ConstFieldInitializedTests, genfit::RKTrackRepTests, and genfit::MaterialEffectsTests.
Definition at line 2233 of file gtest.cc.
View newest version in sPHENIX GitHub at line 2233 of file gtest.cc
|
inlinestatic |
|
privatepure virtual |
|
friend |
|
private |