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

test MatchImage More...

#include <MatchTests.h>

Inheritance diagram for tests::MatchTest:
Inheritance graph
Collaboration diagram for tests::MatchTest:
Collaboration graph

Public Member Functions

 MatchTest (const std::string &fn)
 
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 ()
 

Private Attributes

std::string fname
 

Detailed Description

test MatchImage

Definition at line 39 of file MatchTests.h.

Constructor & Destructor Documentation

tests::MatchTest::MatchTest ( const std::string &  fn)

Definition at line 42 of file MatchTests.h.

Member Function Documentation

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

Implements tests::TestCase.

Definition at line 44 of file MatchTests.h.

void tests::MatchTest::Run ( )
virtual

Implements tests::TestCase.

Definition at line 48 of file MatchTests.h.

References tests::TestCase::AssertFalse(), tests::TestCase::AssertTrue(), and fname.

Member Data Documentation

std::string tests::MatchTest::fname
private

Definition at line 40 of file MatchTests.h.

Referenced by Run().


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


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