Public Member Functions | Friends
testing::TestCase Class Reference

#include <ts_gtest.h>

List of all members.

Public Member Functions

 TestCase (const char *name, const char *a_type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc)
virtual ~TestCase ()
const char * name () const
const char * type_param () const
bool should_run () const
int successful_test_count () const
int failed_test_count () const
int disabled_test_count () const
int test_to_run_count () const
int total_test_count () const
bool Passed () const
bool Failed () const
TimeInMillis elapsed_time () const
const TestInfoGetTestInfo (int i) const

Friends

class Test
class internal::UnitTestImpl

Constructor & Destructor Documentation

testing::TestCase::TestCase ( const char *  name,
const char *  a_type_param,
Test::SetUpTestCaseFunc  set_up_tc,
Test::TearDownTestCaseFunc  tear_down_tc 
)
virtual testing::TestCase::~TestCase ( ) [virtual]

Member Function Documentation

const char* testing::TestCase::name ( ) const
const char* testing::TestCase::type_param ( ) const
bool testing::TestCase::Passed ( ) const
bool testing::TestCase::Failed ( ) const
const TestInfo* testing::TestCase::GetTestInfo ( int  i) const

Friends And Related Function Documentation

friend class Test [friend]
friend class internal::UnitTestImpl [friend]

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