ACT-CV - Machine Vision for Cognitive Modeling
Classes | Public Member Functions | List of all members
tests::TestSuite Class Reference

a suite of test cases More...

#include <TestCase.h>

Inheritance diagram for tests::TestSuite:
Inheritance graph
Collaboration diagram for tests::TestSuite:
Collaboration graph

Classes

struct  Tester
 run the test case More...
 

Public Member Functions

const char * GetName () const
 
void Run ()
 
- Public Member Functions inherited from tests::TestCase
template<class _t1 , class _t2 >
void AssertEqual (_t1 a, _t2 b, const char *fn="", int l=-1)
 
template<class _t1 , class _t2 >
void AssertBelow (_t1 a, _t2 b, const char *fn="", int l=-1)
 
template<class _t1 , class _t2 >
void AssertAbove (_t1 a, _t2 b, const char *fn="", int l=-1)
 
void AssertTrue (bool b, const char *fn="", int l=-1)
 
void AssertFalse (bool b, const char *fn="", int l=-1)
 
- Public Member Functions inherited from ReferenceCount
 ReferenceCount ()
 
virtual ~ReferenceCount ()
 
void IncRefCount ()
 
void DecRefCount ()
 

Additional Inherited Members

- Public Attributes inherited from std::vector< T >
elements
 STL member. More...
 

Detailed Description

a suite of test cases

Definition at line 95 of file TestCase.h.

Member Function Documentation

const char* tests::TestSuite::GetName ( ) const
virtual

Implements tests::TestCase.

Definition at line 105 of file TestCase.h.

void tests::TestSuite::Run ( )
virtual

Implements tests::TestCase.

Definition at line 108 of file TestCase.h.

Referenced by main().


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


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)