Analysis Software
Documentation for sPHENIX simulation software
|
Public Member Functions | |
AssertHelperData (TestPartResult::Type t, const char *srcfile, int line_num, const char *msg) | |
Public Attributes | |
TestPartResult::Type const | type |
const char *const | file |
int const | line |
std::string const | message |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (AssertHelperData) | |
Definition at line 1686 of file gtest.h.
View newest version in sPHENIX GitHub at line 1686 of file gtest.h
|
inline |
|
private |
const char* const testing::internal::AssertHelper::AssertHelperData::file |
Definition at line 1694 of file gtest.h.
View newest version in sPHENIX GitHub at line 1694 of file gtest.h
Referenced by conftest.RootHashAssertionError::__init__(), and testing::internal::AssertHelper::operator=().
int const testing::internal::AssertHelper::AssertHelperData::line |
Definition at line 1695 of file gtest.h.
View newest version in sPHENIX GitHub at line 1695 of file gtest.h
Referenced by pump.Cursor::__add__(), item.Item::__eq__(), pump.Cursor::__eq__(), item.Item::__hash__(), pump.Cursor::__lt__(), pump.Cursor::__str__(), pump.Cursor::__sub__(), pump.Cursor::Clone(), and testing::internal::AssertHelper::operator=().
std::string const testing::internal::AssertHelper::AssertHelperData::message |
Definition at line 1696 of file gtest.h.
View newest version in sPHENIX GitHub at line 1696 of file gtest.h
Referenced by testing::internal::AssertHelper::operator=().
TestPartResult::Type const testing::internal::AssertHelper::AssertHelperData::type |
Definition at line 1693 of file gtest.h.
View newest version in sPHENIX GitHub at line 1693 of file gtest.h
Referenced by testing::internal::AssertHelper::operator=().