MADNESS  version 0.9
Public Member Functions | Friends | List of all members
testing::TestCase Class Reference

#include <gtest.h>

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 reportable_disabled_test_count () const
 
int disabled_test_count () const
 
int reportable_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
 
const TestResultad_hoc_test_result () 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 
)
testing::TestCase::~TestCase ( )
virtual

Member Function Documentation

const TestResult& testing::TestCase::ad_hoc_test_result ( ) const
inline
int testing::TestCase::disabled_test_count ( ) const
TimeInMillis testing::TestCase::elapsed_time ( ) const
inline
bool testing::TestCase::Failed ( ) const
inline
int testing::TestCase::failed_test_count ( ) const
const TestInfo * testing::TestCase::GetTestInfo ( int  i) const
const char* testing::TestCase::name ( ) const
inline
bool testing::TestCase::Passed ( ) const
inline
int testing::TestCase::reportable_disabled_test_count ( ) const
int testing::TestCase::reportable_test_count ( ) const
bool testing::TestCase::should_run ( ) const
inline
int testing::TestCase::successful_test_count ( ) const
int testing::TestCase::test_to_run_count ( ) const
int testing::TestCase::total_test_count ( ) const
const char* testing::TestCase::type_param ( ) const
inline

Friends And Related Function Documentation

friend class internal::UnitTestImpl
friend
friend class Test
friend

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