Assimp  v3.1.1 (June 2014)
testing::TestCase Class Reference

Public Member Functions

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

Friends

class internal::UnitTestImpl
 
class Test
 

Constructor & Destructor Documentation

◆ TestCase()

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

◆ ~TestCase()

testing::TestCase::~TestCase ( )
virtual

Member Function Documentation

◆ ad_hoc_test_result()

const TestResult& testing::TestCase::ad_hoc_test_result ( ) const
inline

◆ disabled_test_count()

int testing::TestCase::disabled_test_count ( ) const

◆ elapsed_time()

TimeInMillis testing::TestCase::elapsed_time ( ) const
inline

◆ Failed()

bool testing::TestCase::Failed ( ) const
inline

◆ failed_test_count()

int testing::TestCase::failed_test_count ( ) const

◆ GetTestInfo()

const TestInfo * testing::TestCase::GetTestInfo ( int  i) const

◆ name()

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

◆ Passed()

bool testing::TestCase::Passed ( ) const
inline

◆ reportable_disabled_test_count()

int testing::TestCase::reportable_disabled_test_count ( ) const

◆ reportable_test_count()

int testing::TestCase::reportable_test_count ( ) const

◆ should_run()

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

◆ successful_test_count()

int testing::TestCase::successful_test_count ( ) const

◆ test_to_run_count()

int testing::TestCase::test_to_run_count ( ) const

◆ total_test_count()

int testing::TestCase::total_test_count ( ) const

◆ type_param()

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

Friends And Related Function Documentation

◆ internal::UnitTestImpl

friend class internal::UnitTestImpl
friend

◆ Test

friend class Test
friend

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