Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::TestPartResultArray Class Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googletest/include/gtest/gtest-test-part.h>

+ Collaboration diagram for testing::TestPartResultArray:

Public Member Functions

 TestPartResultArray ()
 
void Append (const TestPartResult &result)
 
const TestPartResultGetTestPartResult (int index) const
 
int size () const
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestPartResultArray)
 

Private Attributes

std::vector< TestPartResultarray_
 

Detailed Description

Definition at line 126 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 126 of file gtest-test-part.h

Constructor & Destructor Documentation

testing::TestPartResultArray::TestPartResultArray ( )
inline

Definition at line 128 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 128 of file gtest-test-part.h

Member Function Documentation

void testing::TestPartResultArray::Append ( const TestPartResult result)

Definition at line 68 of file gtest-test-part.cc.

View newest version in sPHENIX GitHub at line 68 of file gtest-test-part.cc

References array_.

Referenced by testing::ScopedFakeTestPartResultReporter::ReportTestPartResult().

+ Here is the caller graph for this function:

const TestPartResult & testing::TestPartResultArray::GetTestPartResult ( int  index) const

Definition at line 73 of file gtest-test-part.cc.

View newest version in sPHENIX GitHub at line 73 of file gtest-test-part.cc

References testing::internal::posix::Abort(), array_, index, printf(), and size().

Referenced by testing::internal::HasOneFailure().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

testing::TestPartResultArray::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( TestPartResultArray  )
private
int testing::TestPartResultArray::size ( void  ) const

Definition at line 83 of file gtest-test-part.cc.

View newest version in sPHENIX GitHub at line 83 of file gtest-test-part.cc

References array_.

Referenced by GetTestPartResult(), and testing::internal::HasOneFailure().

+ Here is the caller graph for this function:

Member Data Documentation

std::vector<TestPartResult> testing::TestPartResultArray::array_
private

Definition at line 140 of file gtest-test-part.h.

View newest version in sPHENIX GitHub at line 140 of file gtest-test-part.h

Referenced by Append(), GetTestPartResult(), and size().


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