Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gtest_unittest.cc File Reference
#include "gtest/gtest.h"
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <map>
#include <vector>
#include <ostream>
#include "gtest/gtest-spi.h"
#include "src/gtest-internal-inl.h"
+ Include dependency graph for gtest_unittest.cc:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  testing::internal::TestEventListenersAccessor
 
class  testing::internal::UnitTestRecordPropertyTestHelper
 
class  TestingVector
 
struct  ConvertibleToAssertionResult
 
class  Base
 
class  namespace1::MyTypeInNameSpace1
 
class  namespace2::MyTypeInNameSpace2
 
class  testing::TestInfoTest
 
class  testing::CodeLocationForTESTF
 
class  testing::CodeLocationForTESTP
 
class  testing::CodeLocationForTYPEDTEST< T >
 
class  testing::CodeLocationForTYPEDTESTP< T >
 
class  testing::SetUpTestCaseTest
 
struct  testing::Flags
 
class  testing::InitGoogleTestTest
 
class  testing::CurrentTestInfoTest
 
class  my_namespace::testing::Test
 
class  my_namespace::testing::Message
 
class  my_namespace::testing::AssertionResult
 
class  ProtectedFixtureMethodsTest
 
class  StaticAssertTypeEqTestHelper< T >
 
class  TestListener
 
class  SequenceTestingListener
 
class  ConversionHelperBase
 
class  ConversionHelperDerived
 
class  NonContainer
 

Namespaces

namespace  testing
 
namespace  testing::internal
 
namespace  namespace1
 
namespace  namespace2
 
namespace  my_namespace
 
namespace  my_namespace::testing
 

Macros

#define GTEST_IMPLEMENTATION_   1
 
#define GTEST_USE_UNPROTECTED_COMMA_   global_var++, global_var++
 
#define VERIFY_CODE_LOCATION
 
#define GTEST_TEST_PARSING_FLAGS_(argv1, argv2, expected, should_print_help)
 

Typedefs

typedef int IntAlias
 

Enumerations

enum  NamedEnum
 
enum  
 

Functions

 TEST (CommandLineFlagsTest, CanBeAccessedInCodeOnceGTestHIsIncluded)
 
::std::ostream & operator<< (::std::ostream &os, const TestingVector &vector)
 
 testing::TEST (SuccessfulAssertionTest, SUCCEED)
 
 testing::TEST (SuccessfulAssertionTest, EXPECT)
 
 testing::TEST (SuccessfulAssertionTest, EXPECT_STR)
 
 testing::TEST (SuccessfulAssertionTest, ASSERT)
 
 testing::TEST (SuccessfulAssertionTest, ASSERT_STR)
 
 TEST (AssertionResultTest, CopyConstructorWorksWhenNotOptimied)
 
 TEST (AssertionResultTest, ConstructionWorks)
 
 TEST (AssertionResultTest, NegationWorks)
 
 TEST (AssertionResultTest, StreamingWorks)
 
 TEST (AssertionResultTest, CanStreamOstreamManipulators)
 
 TEST (AssertionResultTest, ConstructibleFromImplicitlyConvertible)
 
std::ostream & operator<< (std::ostream &os, const Base &val)
 
std::ostream & operator<< (std::ostream &os, const Base *pointer)
 
 TEST (MessageTest, CanStreamUserTypeInGlobalNameSpace)
 
 TEST (MessageTest, CanStreamUserTypeInUnnamedNameSpace)
 
std::ostream & namespace1::operator<< (std::ostream &os, const MyTypeInNameSpace1 &val)
 
std::ostream & namespace1::operator<< (std::ostream &os, const MyTypeInNameSpace1 *pointer)
 
 TEST (MessageTest, CanStreamUserTypeInUserNameSpace)
 
std::ostream & operator<< (std::ostream &os, const namespace2::MyTypeInNameSpace2 &val)
 
std::ostream & operator<< (std::ostream &os, const namespace2::MyTypeInNameSpace2 *pointer)
 
 TEST (MessageTest, CanStreamUserTypeInUserNameSpaceWithStreamOperatorInGlobal)
 
 TEST (MessageTest, NullPointers)
 
 TEST (MessageTest, WideStrings)
 
 testing::TEST_F (TestInfoTest, Names)
 
 testing::TEST_F (TestInfoTest, result)
 
 testing::TEST (CodeLocationForTEST, Verify)
 
 testing::TEST_F (CodeLocationForTESTF, Verify)
 
 testing::TEST_P (CodeLocationForTESTP, Verify)
 
 testing::INSTANTIATE_TEST_CASE_P (, CodeLocationForTESTP, Values(0))
 
 testing::TYPED_TEST_CASE (CodeLocationForTYPEDTEST, int)
 
 testing::TYPED_TEST (CodeLocationForTYPEDTEST, Verify)
 
 testing::TYPED_TEST_CASE_P (CodeLocationForTYPEDTESTP)
 
 testing::TYPED_TEST_P (CodeLocationForTYPEDTESTP, Verify)
 
 testing::REGISTER_TYPED_TEST_CASE_P (CodeLocationForTYPEDTESTP, Verify)
 
 testing::INSTANTIATE_TYPED_TEST_CASE_P (My, CodeLocationForTYPEDTESTP, int)
 
 testing::TEST_F (SetUpTestCaseTest, Test1)
 
 testing::TEST_F (SetUpTestCaseTest, Test2)
 
 testing::TEST_F (InitGoogleTestTest, Empty)
 
 testing::TEST_F (InitGoogleTestTest, NoFlag)
 
 testing::TEST_F (InitGoogleTestTest, FilterBad)
 
 testing::TEST_F (InitGoogleTestTest, FilterEmpty)
 
 testing::TEST_F (InitGoogleTestTest, FilterNonEmpty)
 
 testing::TEST_F (InitGoogleTestTest, BreakOnFailureWithoutValue)
 
 testing::TEST_F (InitGoogleTestTest, BreakOnFailureFalse_0)
 
 testing::TEST_F (InitGoogleTestTest, BreakOnFailureFalse_f)
 
 testing::TEST_F (InitGoogleTestTest, BreakOnFailureFalse_F)
 
 testing::TEST_F (InitGoogleTestTest, BreakOnFailureTrue)
 
 testing::TEST_F (InitGoogleTestTest, CatchExceptions)
 
 testing::TEST_F (InitGoogleTestTest, DeathTestUseFork)
 
 testing::TEST_F (InitGoogleTestTest, DuplicatedFlags)
 
 testing::TEST_F (InitGoogleTestTest, UnrecognizedFlag)
 
 testing::TEST_F (InitGoogleTestTest, ListTestsFlag)
 
 testing::TEST_F (InitGoogleTestTest, ListTestsTrue)
 
 testing::TEST_F (InitGoogleTestTest, ListTestsFalse)
 
 testing::TEST_F (InitGoogleTestTest, ListTestsFalse_f)
 
 testing::TEST_F (InitGoogleTestTest, ListTestsFalse_F)
 
 testing::TEST_F (InitGoogleTestTest, OutputEmpty)
 
 testing::TEST_F (InitGoogleTestTest, OutputXml)
 
 testing::TEST_F (InitGoogleTestTest, OutputXmlFile)
 
 testing::TEST_F (InitGoogleTestTest, OutputXmlDirectory)
 
 testing::TEST_F (InitGoogleTestTest, PrintTimeFlag)
 
 testing::TEST_F (InitGoogleTestTest, PrintTimeTrue)
 
 testing::TEST_F (InitGoogleTestTest, PrintTimeFalse)
 
 testing::TEST_F (InitGoogleTestTest, PrintTimeFalse_f)
 
 testing::TEST_F (InitGoogleTestTest, PrintTimeFalse_F)
 
 testing::TEST_F (InitGoogleTestTest, RandomSeed)
 
 testing::TEST_F (InitGoogleTestTest, Repeat)
 
 testing::TEST_F (InitGoogleTestTest, AlsoRunDisabledTestsFlag)
 
 testing::TEST_F (InitGoogleTestTest, AlsoRunDisabledTestsTrue)
 
 testing::TEST_F (InitGoogleTestTest, AlsoRunDisabledTestsFalse)
 
 testing::TEST_F (InitGoogleTestTest, ShuffleWithoutValue)
 
 testing::TEST_F (InitGoogleTestTest, ShuffleFalse_0)
 
 testing::TEST_F (InitGoogleTestTest, ShuffleTrue)
 
 testing::TEST_F (InitGoogleTestTest, StackTraceDepth)
 
 testing::TEST_F (InitGoogleTestTest, StreamResultTo)
 
 testing::TEST_F (InitGoogleTestTest, ThrowOnFailureWithoutValue)
 
 testing::TEST_F (InitGoogleTestTest, ThrowOnFailureFalse_0)
 
 testing::TEST_F (InitGoogleTestTest, ThrowOnFailureTrue)
 
 testing::TEST_F (CurrentTestInfoTest, WorksForFirstTestInATestCase)
 
 testing::TEST_F (CurrentTestInfoTest, WorksForSecondTestInATestCase)
 
 my_namespace::testing::TEST (NestedTestingNamespaceTest, Success)
 
 my_namespace::testing::TEST (NestedTestingNamespaceTest, Failure)
 
 TEST (StreamingAssertionsTest, Unconditional)
 
 TEST (StreamingAssertionsTest, Truth)
 
 TEST (StreamingAssertionsTest, Truth2)
 
 TEST (StreamingAssertionsTest, IntegerEquals)
 
 TEST (StreamingAssertionsTest, IntegerLessThan)
 
 TEST (StreamingAssertionsTest, StringsEqual)
 
 TEST (StreamingAssertionsTest, StringsNotEqual)
 
 TEST (StreamingAssertionsTest, StringsEqualIgnoringCase)
 
 TEST (StreamingAssertionsTest, StringNotEqualIgnoringCase)
 
 TEST (StreamingAssertionsTest, FloatingPointEquals)
 
 TEST (ColoredOutputTest, UsesColorsWhenGTestColorFlagIsYes)
 
 TEST (ColoredOutputTest, UsesColorsWhenGTestColorFlagIsAliasOfYes)
 
 TEST (ColoredOutputTest, UsesNoColorWhenGTestColorFlagIsNo)
 
 TEST (ColoredOutputTest, UsesNoColorWhenGTestColorFlagIsInvalid)
 
 TEST (ColoredOutputTest, UsesColorsWhenStdoutIsTty)
 
 TEST (ColoredOutputTest, UsesColorsWhenTermSupportsColors)
 
 TEST (StaticAssertTypeEqTest, WorksInClass)
 
 TEST (StaticAssertTypeEqTest, CompilesForEqualTypes)
 
 TEST (GetCurrentOsStackTraceExceptTopTest, ReturnsTheStackTrace)
 
 TEST (HasNonfatalFailureTest, ReturnsFalseWhenThereIsNoFailure)
 
static void FailFatally ()
 
 TEST (HasNonfatalFailureTest, ReturnsFalseWhenThereIsOnlyFatalFailure)
 
 TEST (HasNonfatalFailureTest, ReturnsTrueWhenThereIsNonfatalFailure)
 
 TEST (HasNonfatalFailureTest, ReturnsTrueWhenThereAreFatalAndNonfatalFailures)
 
static bool HasNonfatalFailureHelper ()
 
 TEST (HasNonfatalFailureTest, WorksOutsideOfTestBody)
 
 TEST (HasNonfatalFailureTest, WorksOutsideOfTestBody2)
 
 TEST (HasFailureTest, ReturnsFalseWhenThereIsNoFailure)
 
 TEST (HasFailureTest, ReturnsTrueWhenThereIsFatalFailure)
 
 TEST (HasFailureTest, ReturnsTrueWhenThereIsNonfatalFailure)
 
 TEST (HasFailureTest, ReturnsTrueWhenThereAreFatalAndNonfatalFailures)
 
static bool HasFailureHelper ()
 
 TEST (HasFailureTest, WorksOutsideOfTestBody)
 
 TEST (HasFailureTest, WorksOutsideOfTestBody2)
 
 TEST (TestEventListenersTest, ConstructionWorks)
 
 TEST (TestEventListenersTest, DestructionWorks)
 
 TEST (TestEventListenersTest, Append)
 
 TEST (EventListenerTest, AppendKeepsOrder)
 
 TEST (TestEventListenersTest, Release)
 
 TEST (EventListenerTest, SuppressEventForwarding)
 
 TEST (EventListenerDeathTest, EventsNotForwardedInDeathTestSubprecesses)
 
 TEST (EventListenerTest, default_result_printer)
 
 TEST (EventListenerTest, RemovingDefaultResultPrinterWorks)
 
 TEST (EventListenerTest, default_xml_generator)
 
 TEST (EventListenerTest, RemovingDefaultXmlGeneratorWorks)
 
 GTEST_TEST (AlternativeNameTest, Works)
 
 TEST (IsAProtocolMessageTest, ValueIsCompileTimeConstant)
 
 TEST (IsAProtocolMessageTest, ValueIsTrueWhenTypeIsAProtocolMessage)
 
 TEST (IsAProtocolMessageTest, ValueIsFalseWhenTypeIsNotAProtocolMessage)
 
 TEST (CompileAssertTypesEqual, CompilesWhenTypesAreEqual)
 
 TEST (RemoveReferenceTest, DoesNotAffectNonReferenceType)
 
 TEST (RemoveReferenceTest, RemovesReference)
 
template<typename T1 , typename T2 >
void TestGTestRemoveReference ()
 
 TEST (RemoveReferenceTest, MacroVersion)
 
 TEST (RemoveConstTest, DoesNotAffectNonConstType)
 
 TEST (RemoveConstTest, RemovesConst)
 
template<typename T1 , typename T2 >
void TestGTestRemoveConst ()
 
 TEST (RemoveConstTest, MacroVersion)
 
template<typename T1 , typename T2 >
void TestGTestRemoveReferenceAndConst ()
 
 TEST (RemoveReferenceToConstTest, Works)
 
 TEST (AddReferenceTest, DoesNotAffectReferenceType)
 
 TEST (AddReferenceTest, AddsReference)
 
template<typename T1 , typename T2 >
void TestGTestAddReference ()
 
 TEST (AddReferenceTest, MacroVersion)
 
template<typename T1 , typename T2 >
void TestGTestReferenceToConst ()
 
 TEST (GTestReferenceToConstTest, Works)
 
 TEST (ImplicitlyConvertibleTest, ValueIsCompileTimeConstant)
 
 TEST (ImplicitlyConvertibleTest, ValueIsTrueWhenConvertible)
 
 TEST (ImplicitlyConvertibleTest, ValueIsFalseWhenNotConvertible)
 
 TEST (IsContainerTestTest, WorksForNonContainer)
 
 TEST (IsContainerTestTest, WorksForContainer)
 
 TEST (ArrayEqTest, WorksForDegeneratedArrays)
 
 TEST (ArrayEqTest, WorksForOneDimensionalArrays)
 
 TEST (ArrayEqTest, WorksForTwoDimensionalArrays)
 
 TEST (ArrayAwareFindTest, WorksForOneDimensionalArray)
 
 TEST (ArrayAwareFindTest, WorksForTwoDimensionalArray)
 
 TEST (CopyArrayTest, WorksForDegeneratedArrays)
 
 TEST (CopyArrayTest, WorksForOneDimensionalArrays)
 
 TEST (CopyArrayTest, WorksForTwoDimensionalArrays)
 
 TEST (NativeArrayTest, ConstructorFromArrayWorks)
 
 TEST (NativeArrayTest, CreatesAndDeletesCopyOfArrayWhenAskedTo)
 
 TEST (NativeArrayTest, TypeMembersAreCorrect)
 
 TEST (NativeArrayTest, MethodsWork)
 
 TEST (NativeArrayTest, WorksForTwoDimensionalArray)
 
 TEST (SkipPrefixTest, SkipsWhenPrefixMatches)
 
 TEST (SkipPrefixTest, DoesNotSkipWhenPrefixDoesNotMatch)
 

Variables

static bool dummy1 GTEST_ATTRIBUTE_UNUSED_ = StaticAssertTypeEq<bool, bool>()
 

Macro Definition Documentation

#define GTEST_IMPLEMENTATION_   1

Definition at line 75 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 75 of file gtest_unittest.cc

#define GTEST_TEST_PARSING_FLAGS_ (   argv1,
  argv2,
  expected,
  should_print_help 
)
Value:
TestParsingFlags(sizeof(argv1)/sizeof(*argv1) - 1, argv1, \
sizeof(argv2)/sizeof(*argv2) - 1, argv2, \
expected, should_print_help)

Definition at line 5705 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5705 of file gtest_unittest.cc

Referenced by testing::TEST_F().

#define GTEST_USE_UNPROTECTED_COMMA_   global_var++, global_var++

Definition at line 1238 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 1238 of file gtest_unittest.cc

#define VERIFY_CODE_LOCATION
Value:
const int expected_line = __LINE__ - 1; \
const TestInfo* const test_info = GetUnitTestImpl()->current_test_info(); \
ASSERT_TRUE(test_info); \
EXPECT_STREQ(__FILE__, test_info->file()); \
EXPECT_EQ(expected_line, test_info->line())

Definition at line 5337 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5337 of file gtest_unittest.cc

Referenced by testing::TEST(), testing::TEST_F(), testing::TEST_P(), testing::TYPED_TEST(), and testing::TYPED_TEST_P().

Typedef Documentation

typedef int IntAlias

Definition at line 6884 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6884 of file gtest_unittest.cc

Enumeration Type Documentation

anonymous enum

Definition at line 3899 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 3899 of file gtest_unittest.cc

enum NamedEnum

Definition at line 3880 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 3880 of file gtest_unittest.cc

Function Documentation

static void FailFatally ( )
static

Definition at line 6903 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6903 of file gtest_unittest.cc

References FAIL.

Referenced by TEST().

+ Here is the caller graph for this function:

GTEST_TEST ( AlternativeNameTest  ,
Works   
)

Definition at line 7305 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7305 of file gtest_unittest.cc

References EXPECT_FATAL_FAILURE, GTEST_ASSERT_EQ, GTEST_ASSERT_GE, GTEST_ASSERT_GT, GTEST_ASSERT_LE, GTEST_ASSERT_LT, GTEST_ASSERT_NE, GTEST_FAIL, and GTEST_SUCCEED.

static bool HasFailureHelper ( )
static

Definition at line 6970 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6970 of file gtest_unittest.cc

References testing::Test::HasFailure().

Referenced by TEST().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static bool HasNonfatalFailureHelper ( )
static

Definition at line 6928 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6928 of file gtest_unittest.cc

References testing::Test::HasNonfatalFailure().

Referenced by TEST().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

::std::ostream& operator<< ( ::std::ostream &  os,
const TestingVector vector 
)

Definition at line 305 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 305 of file gtest_unittest.cc

References i, and os.

std::ostream& operator<< ( std::ostream &  os,
const Base val 
)

Definition at line 5162 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5162 of file gtest_unittest.cc

std::ostream& operator<< ( std::ostream &  os,
const Base pointer 
)

Definition at line 5166 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5166 of file gtest_unittest.cc

std::ostream& operator<< ( std::ostream &  os,
const namespace2::MyTypeInNameSpace2 val 
)

Definition at line 5237 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5237 of file gtest_unittest.cc

std::ostream& operator<< ( std::ostream &  os,
const namespace2::MyTypeInNameSpace2 pointer 
)

Definition at line 5241 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5241 of file gtest_unittest.cc

TEST ( CommandLineFlagsTest  ,
CanBeAccessedInCodeOnceGTestHIsIncluded   
)

Definition at line 40 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 40 of file gtest_unittest.cc

References color, dummy, EXPECT_TRUE, filter, GTEST_FLAG, and check_smearing_config::output.

TEST ( AssertionResultTest  ,
CopyConstructorWorksWhenNotOptimied   
)

Definition at line 5067 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5067 of file gtest_unittest.cc

References testing::AssertionSuccess(), EXPECT_EQ, EXPECT_STREQ, testing::AssertionResult::message(), r1, r2, and r3.

+ Here is the call graph for this function:

TEST ( AssertionResultTest  ,
ConstructionWorks   
)

Definition at line 5083 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5083 of file gtest_unittest.cc

References testing::AssertionFailure(), testing::AssertionSuccess(), EXPECT_FALSE, EXPECT_STREQ, EXPECT_TRUE, testing::AssertionResult::message(), r1, r2, and r3.

+ Here is the call graph for this function:

TEST ( AssertionResultTest  ,
NegationWorks   
)

Definition at line 5106 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5106 of file gtest_unittest.cc

References testing::AssertionFailure(), testing::AssertionSuccess(), EXPECT_FALSE, EXPECT_STREQ, EXPECT_TRUE, gtest_output_test::message, r1, and r2.

+ Here is the call graph for this function:

TEST ( AssertionResultTest  ,
StreamingWorks   
)

Definition at line 5116 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5116 of file gtest_unittest.cc

References testing::AssertionSuccess(), EXPECT_STREQ, testing::AssertionResult::message(), and physmon_track_finding_ttbar::r.

+ Here is the call graph for this function:

TEST ( AssertionResultTest  ,
CanStreamOstreamManipulators   
)

Definition at line 5122 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5122 of file gtest_unittest.cc

References testing::AssertionSuccess(), geant4_parallel::ends, EXPECT_STREQ, material_mapping_optimisation::flush, testing::AssertionResult::message(), and physmon_track_finding_ttbar::r.

+ Here is the call graph for this function:

TEST ( AssertionResultTest  ,
ConstructibleFromImplicitlyConvertible   
)

Definition at line 5148 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5148 of file gtest_unittest.cc

References EXPECT_TRUE.

TEST ( MessageTest  ,
CanStreamUserTypeInGlobalNameSpace   
)

Definition at line 5171 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5171 of file gtest_unittest.cc

References KFPMath::a, EXPECT_STREQ, testing::Message::GetString(), and TauVsDIS_MachineLearning_Differentiation::msg.

+ Here is the call graph for this function:

TEST ( MessageTest  ,
CanStreamUserTypeInUnnamedNameSpace   
)

Definition at line 5196 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5196 of file gtest_unittest.cc

References KFPMath::a, EXPECT_STREQ, testing::Message::GetString(), and TauVsDIS_MachineLearning_Differentiation::msg.

+ Here is the call graph for this function:

TEST ( MessageTest  ,
CanStreamUserTypeInUserNameSpace   
)

Definition at line 5221 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5221 of file gtest_unittest.cc

References KFPMath::a, EXPECT_STREQ, testing::Message::GetString(), and TauVsDIS_MachineLearning_Differentiation::msg.

+ Here is the call graph for this function:

TEST ( MessageTest  ,
CanStreamUserTypeInUserNameSpaceWithStreamOperatorInGlobal   
)

Definition at line 5246 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5246 of file gtest_unittest.cc

References KFPMath::a, EXPECT_STREQ, testing::Message::GetString(), and TauVsDIS_MachineLearning_Differentiation::msg.

+ Here is the call graph for this function:

TEST ( MessageTest  ,
NullPointers   
)

Definition at line 5255 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5255 of file gtest_unittest.cc

References ASSERT_STREQ, testing::Message::GetString(), and TauVsDIS_MachineLearning_Differentiation::msg.

+ Here is the call graph for this function:

TEST ( MessageTest  ,
WideStrings   
)

Definition at line 5270 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 5270 of file gtest_unittest.cc

References EXPECT_STREQ, and Acts::IntegrationTest::L.

TEST ( StreamingAssertionsTest  ,
Unconditional   
)

Definition at line 6609 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6609 of file gtest_unittest.cc

References ADD_FAILURE, EXPECT_FATAL_FAILURE, EXPECT_NONFATAL_FAILURE, FAIL, and SUCCEED.

TEST ( StreamingAssertionsTest  ,
Truth   
)

Definition at line 6622 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6622 of file gtest_unittest.cc

References ASSERT_TRUE, EXPECT_FATAL_FAILURE, EXPECT_NONFATAL_FAILURE, and EXPECT_TRUE.

TEST ( StreamingAssertionsTest  ,
Truth2   
)

Definition at line 6631 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6631 of file gtest_unittest.cc

References ASSERT_FALSE, EXPECT_FALSE, EXPECT_FATAL_FAILURE, and EXPECT_NONFATAL_FAILURE.

TEST ( StreamingAssertionsTest  ,
IntegerEquals   
)

Definition at line 6645 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6645 of file gtest_unittest.cc

References ASSERT_EQ, EXPECT_EQ, EXPECT_FATAL_FAILURE, and EXPECT_NONFATAL_FAILURE.

TEST ( StreamingAssertionsTest  ,
IntegerLessThan   
)

Definition at line 6654 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6654 of file gtest_unittest.cc

References ASSERT_LT, EXPECT_FATAL_FAILURE, EXPECT_LT, and EXPECT_NONFATAL_FAILURE.

TEST ( StreamingAssertionsTest  ,
StringsEqual   
)

Definition at line 6663 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6663 of file gtest_unittest.cc

References ASSERT_STREQ, EXPECT_FATAL_FAILURE, EXPECT_NONFATAL_FAILURE, and EXPECT_STREQ.

TEST ( StreamingAssertionsTest  ,
StringsNotEqual   
)

Definition at line 6672 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6672 of file gtest_unittest.cc

References ASSERT_STRNE, EXPECT_FATAL_FAILURE, EXPECT_NONFATAL_FAILURE, and EXPECT_STRNE.

TEST ( StreamingAssertionsTest  ,
StringsEqualIgnoringCase   
)

Definition at line 6681 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6681 of file gtest_unittest.cc

References ASSERT_STRCASEEQ, EXPECT_FATAL_FAILURE, EXPECT_NONFATAL_FAILURE, and EXPECT_STRCASEEQ.

TEST ( StreamingAssertionsTest  ,
StringNotEqualIgnoringCase   
)

Definition at line 6690 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6690 of file gtest_unittest.cc

References ASSERT_STRCASENE, EXPECT_FATAL_FAILURE, EXPECT_NONFATAL_FAILURE, and EXPECT_STRCASENE.

TEST ( StreamingAssertionsTest  ,
FloatingPointEquals   
)

Definition at line 6699 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6699 of file gtest_unittest.cc

References ASSERT_FLOAT_EQ, EXPECT_FATAL_FAILURE, EXPECT_FLOAT_EQ, and EXPECT_NONFATAL_FAILURE.

TEST ( ColoredOutputTest  ,
UsesColorsWhenGTestColorFlagIsYes   
)

Definition at line 6741 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6741 of file gtest_unittest.cc

References color, EXPECT_TRUE, GTEST_FLAG, and testing::internal::ShouldUseColor().

+ Here is the call graph for this function:

TEST ( ColoredOutputTest  ,
UsesColorsWhenGTestColorFlagIsAliasOfYes   
)

Definition at line 6753 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6753 of file gtest_unittest.cc

References color, EXPECT_TRUE, GTEST_FLAG, and testing::internal::ShouldUseColor().

+ Here is the call graph for this function:

TEST ( ColoredOutputTest  ,
UsesNoColorWhenGTestColorFlagIsNo   
)

Definition at line 6766 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6766 of file gtest_unittest.cc

References color, EXPECT_FALSE, GTEST_FLAG, and testing::internal::ShouldUseColor().

+ Here is the call graph for this function:

TEST ( ColoredOutputTest  ,
UsesNoColorWhenGTestColorFlagIsInvalid   
)

Definition at line 6778 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6778 of file gtest_unittest.cc

References color, EXPECT_FALSE, GTEST_FLAG, and testing::internal::ShouldUseColor().

+ Here is the call graph for this function:

TEST ( ColoredOutputTest  ,
UsesColorsWhenStdoutIsTty   
)

Definition at line 6791 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6791 of file gtest_unittest.cc

References color, EXPECT_FALSE, EXPECT_TRUE, GTEST_FLAG, and testing::internal::ShouldUseColor().

+ Here is the call graph for this function:

TEST ( ColoredOutputTest  ,
UsesColorsWhenTermSupportsColors   
)

Definition at line 6799 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6799 of file gtest_unittest.cc

References color, EXPECT_FALSE, EXPECT_TRUE, GTEST_FLAG, and testing::internal::ShouldUseColor().

+ Here is the call graph for this function:

TEST ( StaticAssertTypeEqTest  ,
WorksInClass   
)

Definition at line 6878 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6878 of file gtest_unittest.cc

TEST ( StaticAssertTypeEqTest  ,
CompilesForEqualTypes   
)

Definition at line 6886 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6886 of file gtest_unittest.cc

TEST ( GetCurrentOsStackTraceExceptTopTest  ,
ReturnsTheStackTrace   
)

Definition at line 6891 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6891 of file gtest_unittest.cc

References EXPECT_STREQ, testing::internal::GetCurrentOsStackTraceExceptTop(), and testing::UnitTest::GetInstance().

+ Here is the call graph for this function:

TEST ( HasNonfatalFailureTest  ,
ReturnsFalseWhenThereIsNoFailure   
)

Definition at line 6899 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6899 of file gtest_unittest.cc

References EXPECT_FALSE.

TEST ( HasNonfatalFailureTest  ,
ReturnsFalseWhenThereIsOnlyFatalFailure   
)

Definition at line 6905 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6905 of file gtest_unittest.cc

References EXPECT_FALSE, and FailFatally().

+ Here is the call graph for this function:

TEST ( HasNonfatalFailureTest  ,
ReturnsTrueWhenThereIsNonfatalFailure   
)

Definition at line 6912 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6912 of file gtest_unittest.cc

References ADD_FAILURE, and EXPECT_TRUE.

TEST ( HasNonfatalFailureTest  ,
ReturnsTrueWhenThereAreFatalAndNonfatalFailures   
)

Definition at line 6919 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6919 of file gtest_unittest.cc

References ADD_FAILURE, EXPECT_TRUE, and FailFatally().

+ Here is the call graph for this function:

TEST ( HasNonfatalFailureTest  ,
WorksOutsideOfTestBody   
)

Definition at line 6932 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6932 of file gtest_unittest.cc

References EXPECT_FALSE, and HasNonfatalFailureHelper().

+ Here is the call graph for this function:

TEST ( HasNonfatalFailureTest  ,
WorksOutsideOfTestBody2   
)

Definition at line 6936 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6936 of file gtest_unittest.cc

References ADD_FAILURE, EXPECT_TRUE, and HasNonfatalFailureHelper().

+ Here is the call graph for this function:

TEST ( HasFailureTest  ,
ReturnsFalseWhenThereIsNoFailure   
)

Definition at line 6943 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6943 of file gtest_unittest.cc

References EXPECT_FALSE.

TEST ( HasFailureTest  ,
ReturnsTrueWhenThereIsFatalFailure   
)

Definition at line 6947 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6947 of file gtest_unittest.cc

References EXPECT_TRUE, and FailFatally().

+ Here is the call graph for this function:

TEST ( HasFailureTest  ,
ReturnsTrueWhenThereIsNonfatalFailure   
)

Definition at line 6954 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6954 of file gtest_unittest.cc

References ADD_FAILURE, and EXPECT_TRUE.

TEST ( HasFailureTest  ,
ReturnsTrueWhenThereAreFatalAndNonfatalFailures   
)

Definition at line 6961 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6961 of file gtest_unittest.cc

References ADD_FAILURE, EXPECT_TRUE, and FailFatally().

+ Here is the call graph for this function:

TEST ( HasFailureTest  ,
WorksOutsideOfTestBody   
)

Definition at line 6972 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6972 of file gtest_unittest.cc

References EXPECT_FALSE, and HasFailureHelper().

+ Here is the call graph for this function:

TEST ( HasFailureTest  ,
WorksOutsideOfTestBody2   
)

Definition at line 6976 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6976 of file gtest_unittest.cc

References ADD_FAILURE, EXPECT_TRUE, and HasFailureHelper().

+ Here is the call graph for this function:

TEST ( TestEventListenersTest  ,
ConstructionWorks   
)

Definition at line 7007 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7007 of file gtest_unittest.cc

References testing::TestEventListeners::default_result_printer(), testing::TestEventListeners::default_xml_generator(), and EXPECT_TRUE.

+ Here is the call graph for this function:

TEST ( TestEventListenersTest  ,
DestructionWorks   
)

Definition at line 7017 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7017 of file gtest_unittest.cc

References testing::TestEventListeners::Append(), and EXPECT_TRUE.

+ Here is the call graph for this function:

TEST ( TestEventListenersTest  ,
Append   
)

Definition at line 7043 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7043 of file gtest_unittest.cc

References testing::TestEventListeners::Append(), EXPECT_EQ, and EXPECT_TRUE.

+ Here is the call graph for this function:

TEST ( EventListenerTest  ,
AppendKeepsOrder   
)

Definition at line 7097 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7097 of file gtest_unittest.cc

References testing::TestEventListeners::Append(), ASSERT_EQ, EXPECT_STREQ, and vec.

+ Here is the call graph for this function:

TEST ( TestEventListenersTest  ,
Release   
)

Definition at line 7138 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7138 of file gtest_unittest.cc

References testing::TestEventListeners::Append(), EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, and testing::TestEventListeners::Release().

+ Here is the call graph for this function:

TEST ( EventListenerTest  ,
SuppressEventForwarding   
)

Definition at line 7159 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7159 of file gtest_unittest.cc

References testing::TestEventListeners::Append(), ASSERT_FALSE, ASSERT_TRUE, and EXPECT_EQ.

+ Here is the call graph for this function:

TEST ( EventListenerDeathTest  ,
EventsNotForwardedInDeathTestSubprecesses   
)

Definition at line 7175 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7175 of file gtest_unittest.cc

References EXPECT_DEATH_IF_SUPPORTED, testing::internal::GetUnitTestImpl(), and GTEST_CHECK_.

+ Here is the call graph for this function:

TEST ( EventListenerTest  ,
default_result_printer   
)

Definition at line 7185 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7185 of file gtest_unittest.cc

References testing::TestEventListeners::default_result_printer(), EXPECT_EQ, and EXPECT_TRUE.

+ Here is the call graph for this function:

TEST ( EventListenerTest  ,
RemovingDefaultResultPrinterWorks   
)

Definition at line 7216 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7216 of file gtest_unittest.cc

References testing::TestEventListeners::default_result_printer(), EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, and testing::TestEventListeners::Release().

+ Here is the call graph for this function:

TEST ( EventListenerTest  ,
default_xml_generator   
)

Definition at line 7244 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7244 of file gtest_unittest.cc

References testing::TestEventListeners::default_xml_generator(), EXPECT_EQ, and EXPECT_TRUE.

+ Here is the call graph for this function:

TEST ( EventListenerTest  ,
RemovingDefaultXmlGeneratorWorks   
)

Definition at line 7275 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7275 of file gtest_unittest.cc

References testing::TestEventListeners::default_xml_generator(), EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, and testing::TestEventListeners::Release().

+ Here is the call graph for this function:

TEST ( IsAProtocolMessageTest  ,
ValueIsCompileTimeConstant   
)

Definition at line 7356 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7356 of file gtest_unittest.cc

References GTEST_COMPILE_ASSERT_.

TEST ( IsAProtocolMessageTest  ,
ValueIsTrueWhenTypeIsAProtocolMessage   
)

Definition at line 7364 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7364 of file gtest_unittest.cc

References EXPECT_TRUE.

TEST ( IsAProtocolMessageTest  ,
ValueIsFalseWhenTypeIsNotAProtocolMessage   
)

Definition at line 7371 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7371 of file gtest_unittest.cc

References EXPECT_FALSE.

TEST ( CompileAssertTypesEqual  ,
CompilesWhenTypesAreEqual   
)

Definition at line 7378 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7378 of file gtest_unittest.cc

TEST ( RemoveReferenceTest  ,
DoesNotAffectNonReferenceType   
)

Definition at line 7384 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7384 of file gtest_unittest.cc

TEST ( RemoveReferenceTest  ,
RemovesReference   
)

Definition at line 7390 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7390 of file gtest_unittest.cc

TEST ( RemoveReferenceTest  ,
MacroVersion   
)

Definition at line 7402 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7402 of file gtest_unittest.cc

TEST ( RemoveConstTest  ,
DoesNotAffectNonConstType   
)

Definition at line 7409 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7409 of file gtest_unittest.cc

TEST ( RemoveConstTest  ,
RemovesConst   
)

Definition at line 7415 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7415 of file gtest_unittest.cc

TEST ( RemoveConstTest  ,
MacroVersion   
)

Definition at line 7428 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7428 of file gtest_unittest.cc

TEST ( RemoveReferenceToConstTest  ,
Works   
)

Definition at line 7441 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7441 of file gtest_unittest.cc

TEST ( AddReferenceTest  ,
DoesNotAffectReferenceType   
)

Definition at line 7450 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7450 of file gtest_unittest.cc

TEST ( AddReferenceTest  ,
AddsReference   
)

Definition at line 7456 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7456 of file gtest_unittest.cc

TEST ( AddReferenceTest  ,
MacroVersion   
)

Definition at line 7468 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7468 of file gtest_unittest.cc

TEST ( GTestReferenceToConstTest  ,
Works   
)

Definition at line 7480 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7480 of file gtest_unittest.cc

TEST ( ImplicitlyConvertibleTest  ,
ValueIsCompileTimeConstant   
)

Definition at line 7488 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7488 of file gtest_unittest.cc

References GTEST_COMPILE_ASSERT_.

TEST ( ImplicitlyConvertibleTest  ,
ValueIsTrueWhenConvertible   
)

Definition at line 7496 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7496 of file gtest_unittest.cc

References EXPECT_TRUE.

TEST ( ImplicitlyConvertibleTest  ,
ValueIsFalseWhenNotConvertible   
)

Definition at line 7509 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7509 of file gtest_unittest.cc

References EXPECT_FALSE.

TEST ( IsContainerTestTest  ,
WorksForNonContainer   
)

Definition at line 7521 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7521 of file gtest_unittest.cc

References EXPECT_EQ, and testing::internal::IsContainerTest().

+ Here is the call graph for this function:

TEST ( IsContainerTestTest  ,
WorksForContainer   
)

Definition at line 7527 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7527 of file gtest_unittest.cc

References EXPECT_EQ, and testing::internal::IsContainerTest().

+ Here is the call graph for this function:

TEST ( ArrayEqTest  ,
WorksForDegeneratedArrays   
)

Definition at line 7536 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7536 of file gtest_unittest.cc

References testing::internal::ArrayEq(), EXPECT_FALSE, EXPECT_TRUE, and Acts::IntegrationTest::L.

+ Here is the call graph for this function:

TEST ( ArrayEqTest  ,
WorksForOneDimensionalArrays   
)

Definition at line 7541 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7541 of file gtest_unittest.cc

References testing::internal::ArrayEq(), KFPMath::b, EXPECT_FALSE, and EXPECT_TRUE.

+ Here is the call graph for this function:

TEST ( ArrayEqTest  ,
WorksForTwoDimensionalArrays   
)

Definition at line 7553 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7553 of file gtest_unittest.cc

References testing::internal::ArrayEq(), KFPMath::b, Acts::PhysicalConstants::c, EXPECT_FALSE, and EXPECT_TRUE.

+ Here is the call graph for this function:

TEST ( ArrayAwareFindTest  ,
WorksForOneDimensionalArray   
)

Definition at line 7567 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7567 of file gtest_unittest.cc

References testing::internal::ArrayAwareFind(), and EXPECT_EQ.

+ Here is the call graph for this function:

TEST ( ArrayAwareFindTest  ,
WorksForTwoDimensionalArray   
)

Definition at line 7573 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7573 of file gtest_unittest.cc

References testing::internal::ArrayAwareFind(), KFPMath::b, Acts::PhysicalConstants::c, and EXPECT_EQ.

+ Here is the call graph for this function:

TEST ( CopyArrayTest  ,
WorksForDegeneratedArrays   
)

Definition at line 7584 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7584 of file gtest_unittest.cc

References testing::internal::CopyArray(), and EXPECT_EQ.

+ Here is the call graph for this function:

TEST ( CopyArrayTest  ,
WorksForOneDimensionalArrays   
)

Definition at line 7590 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7590 of file gtest_unittest.cc

References testing::internal::ArrayEq(), KFPMath::b, Acts::PhysicalConstants::c, testing::internal::CopyArray(), and EXPECT_TRUE.

+ Here is the call graph for this function:

TEST ( CopyArrayTest  ,
WorksForTwoDimensionalArrays   
)

Definition at line 7603 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7603 of file gtest_unittest.cc

References testing::internal::ArrayEq(), KFPMath::b, Acts::PhysicalConstants::c, testing::internal::CopyArray(), and EXPECT_TRUE.

+ Here is the call graph for this function:

TEST ( NativeArrayTest  ,
ConstructorFromArrayWorks   
)

Definition at line 7618 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7618 of file gtest_unittest.cc

References testing::internal::NativeArray< Element >::begin(), EXPECT_EQ, and testing::internal::NativeArray< Element >::size().

+ Here is the call graph for this function:

TEST ( NativeArrayTest  ,
CreatesAndDeletesCopyOfArrayWhenAskedTo   
)

Definition at line 7625 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7625 of file gtest_unittest.cc

References KFPMath::a, testing::internal::NativeArray< Element >::begin(), EXPECT_EQ, and EXPECT_NE.

+ Here is the call graph for this function:

TEST ( NativeArrayTest  ,
TypeMembersAreCorrect   
)

Definition at line 7640 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7640 of file gtest_unittest.cc

TEST ( NativeArrayTest  ,
MethodsWork   
)

Definition at line 7648 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7648 of file gtest_unittest.cc

References ASSERT_EQ, b1, testing::internal::NativeArray< Element >::begin(), testing::internal::NativeArray< Element >::end(), EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, it, and testing::internal::NativeArray< Element >::size().

+ Here is the call graph for this function:

TEST ( NativeArrayTest  ,
WorksForTwoDimensionalArray   
)

Definition at line 7674 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7674 of file gtest_unittest.cc

References ASSERT_EQ, testing::internal::NativeArray< Element >::begin(), EXPECT_EQ, and testing::internal::NativeArray< Element >::size().

+ Here is the call graph for this function:

TEST ( SkipPrefixTest  ,
SkipsWhenPrefixMatches   
)

Definition at line 7683 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7683 of file gtest_unittest.cc

References EXPECT_EQ, EXPECT_TRUE, testing::internal::SkipPrefix(), and str.

+ Here is the call graph for this function:

TEST ( SkipPrefixTest  ,
DoesNotSkipWhenPrefixDoesNotMatch   
)

Definition at line 7695 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7695 of file gtest_unittest.cc

References EXPECT_EQ, EXPECT_FALSE, testing::internal::SkipPrefix(), and str.

+ Here is the call graph for this function:

template<typename T1 , typename T2 >
void TestGTestAddReference ( )

Definition at line 7464 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7464 of file gtest_unittest.cc

template<typename T1 , typename T2 >
void TestGTestReferenceToConst ( )

Definition at line 7476 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7476 of file gtest_unittest.cc

template<typename T1 , typename T2 >
void TestGTestRemoveConst ( )

Definition at line 7424 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7424 of file gtest_unittest.cc

template<typename T1 , typename T2 >
void TestGTestRemoveReference ( )

Definition at line 7398 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7398 of file gtest_unittest.cc

template<typename T1 , typename T2 >
void TestGTestRemoveReferenceAndConst ( )

Definition at line 7437 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 7437 of file gtest_unittest.cc

Variable Documentation

bool dummy2 GTEST_ATTRIBUTE_UNUSED_ = StaticAssertTypeEq<bool, bool>()
static

Definition at line 6866 of file gtest_unittest.cc.

View newest version in sPHENIX GitHub at line 6866 of file gtest_unittest.cc