GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
Public Member Functions | Friends | List of all members
testing::TestInfo Class Reference

#include <gtest.h>

Public Member Functions

 ~TestInfo ()
 
const char * test_suite_name () const
 
const char * test_case_name () const
 
const char * name () const
 
const char * type_param () const
 
const char * value_param () const
 
const char * file () const
 
int line () const
 
bool is_in_another_shard () const
 
bool should_run () const
 
bool is_reportable () const
 
const TestResultresult () const
 
 ~TestInfo ()
 
const char * test_suite_name () const
 
const char * test_case_name () const
 
const char * name () const
 
const char * type_param () const
 
const char * value_param () const
 
const char * file () const
 
int line () const
 
bool is_in_another_shard () const
 
bool should_run () const
 
bool is_reportable () const
 
const TestResultresult () const
 

Friends

class Test
 
class TestSuite
 
class internal::UnitTestImpl
 
class internal::StreamingListenerTest
 
TestInfointernal::MakeAndRegisterTestInfo (const char *test_suite_name, const char *name, const char *type_param, const char *value_param, internal::CodeLocation code_location, internal::TypeId fixture_class_id, internal::SetUpTestSuiteFunc set_up_tc, internal::TearDownTestSuiteFunc tear_down_tc, internal::TestFactoryBase *factory)
 
TestInfointernal::MakeAndRegisterTestInfo (const char *test_suite_name, const char *name, const char *type_param, const char *value_param, internal::CodeLocation code_location, internal::TypeId fixture_class_id, internal::SetUpTestSuiteFunc set_up_tc, internal::TearDownTestSuiteFunc tear_down_tc, internal::TestFactoryBase *factory)
 

Constructor & Destructor Documentation

◆ ~TestInfo() [1/2]

testing::TestInfo::~TestInfo ( )

◆ ~TestInfo() [2/2]

testing::TestInfo::~TestInfo ( )

Member Function Documentation

◆ file() [1/2]

const char* testing::TestInfo::file ( ) const
inline

◆ file() [2/2]

const char* testing::TestInfo::file ( ) const
inline

◆ is_in_another_shard() [1/2]

bool testing::TestInfo::is_in_another_shard ( ) const
inline

◆ is_in_another_shard() [2/2]

bool testing::TestInfo::is_in_another_shard ( ) const
inline

◆ is_reportable() [1/2]

bool testing::TestInfo::is_reportable ( ) const
inline

◆ is_reportable() [2/2]

bool testing::TestInfo::is_reportable ( ) const
inline

◆ line() [1/2]

int testing::TestInfo::line ( ) const
inline

◆ line() [2/2]

int testing::TestInfo::line ( ) const
inline

◆ name() [1/2]

const char* testing::TestInfo::name ( ) const
inline

◆ name() [2/2]

const char* testing::TestInfo::name ( ) const
inline

◆ result() [1/2]

const TestResult* testing::TestInfo::result ( ) const
inline

◆ result() [2/2]

const TestResult* testing::TestInfo::result ( ) const
inline

◆ should_run() [1/2]

bool testing::TestInfo::should_run ( ) const
inline

◆ should_run() [2/2]

bool testing::TestInfo::should_run ( ) const
inline

◆ test_case_name() [1/2]

const char* testing::TestInfo::test_case_name ( ) const
inline

◆ test_case_name() [2/2]

const char* testing::TestInfo::test_case_name ( ) const
inline

◆ test_suite_name() [1/2]

const char* testing::TestInfo::test_suite_name ( ) const
inline

◆ test_suite_name() [2/2]

const char* testing::TestInfo::test_suite_name ( ) const
inline

◆ type_param() [1/2]

const char* testing::TestInfo::type_param ( ) const
inline

◆ type_param() [2/2]

const char* testing::TestInfo::type_param ( ) const
inline

◆ value_param() [1/2]

const char* testing::TestInfo::value_param ( ) const
inline

◆ value_param() [2/2]

const char* testing::TestInfo::value_param ( ) const
inline

Friends And Related Function Documentation

◆ internal::MakeAndRegisterTestInfo [1/2]

TestInfo* internal::MakeAndRegisterTestInfo ( const char *  test_suite_name,
const char *  name,
const char *  type_param,
const char *  value_param,
internal::CodeLocation  code_location,
internal::TypeId  fixture_class_id,
internal::SetUpTestSuiteFunc  set_up_tc,
internal::TearDownTestSuiteFunc  tear_down_tc,
internal::TestFactoryBase factory 
)
friend

◆ internal::MakeAndRegisterTestInfo [2/2]

TestInfo* internal::MakeAndRegisterTestInfo ( const char *  test_suite_name,
const char *  name,
const char *  type_param,
const char *  value_param,
internal::CodeLocation  code_location,
internal::TypeId  fixture_class_id,
internal::SetUpTestSuiteFunc  set_up_tc,
internal::TearDownTestSuiteFunc  tear_down_tc,
internal::TestFactoryBase factory 
)
friend

◆ internal::StreamingListenerTest

internal::StreamingListenerTest
friend

◆ internal::UnitTestImpl

internal::UnitTestImpl
friend

◆ Test

Test
friend

◆ TestSuite

TestSuite
friend

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