Monero
Loading...
Searching...
No Matches
testing::TestPartResultArray Class Reference

#include <gtest-test-part.h>

Public Member Functions

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

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestPartResultArray)
 GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestPartResultArray)

Private Attributes

std::vector< TestPartResultarray_

Constructor & Destructor Documentation

◆ TestPartResultArray() [1/2]

testing::TestPartResultArray::TestPartResultArray ( )
inline

◆ TestPartResultArray() [2/2]

testing::TestPartResultArray::TestPartResultArray ( )
inline

Member Function Documentation

◆ Append() [1/2]

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

◆ Append() [2/2]

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

◆ GetTestPartResult() [1/2]

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

◆ GetTestPartResult() [2/2]

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

◆ GTEST_DISALLOW_COPY_AND_ASSIGN_() [1/2]

testing::TestPartResultArray::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( TestPartResultArray )
private

◆ GTEST_DISALLOW_COPY_AND_ASSIGN_() [2/2]

testing::TestPartResultArray::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( TestPartResultArray )
private

◆ size() [1/2]

int testing::TestPartResultArray::size ( ) const

◆ size() [2/2]

int testing::TestPartResultArray::size ( ) const

Member Data Documentation

◆ array_

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

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