ACT-CV - Machine Vision for Cognitive Modeling
|
a single test case More...
#include <TestCase.h>
Public Member Functions | |
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) |
virtual void | Run ()=0 |
virtual const char * | GetName () const =0 |
Public Member Functions inherited from ReferenceCount | |
ReferenceCount () | |
virtual | ~ReferenceCount () |
void | IncRefCount () |
void | DecRefCount () |
a single test case
Definition at line 60 of file TestCase.h.
void tests::TestCase::AssertAbove | ( | _t1 | a, |
_t2 | b, | ||
const char * | fn = "" , |
||
int | l = -1 |
||
) |
Definition at line 77 of file TestCase.h.
void tests::TestCase::AssertBelow | ( | _t1 | a, |
_t2 | b, | ||
const char * | fn = "" , |
||
int | l = -1 |
||
) |
Definition at line 70 of file TestCase.h.
Referenced by tests::KalmanTest::Run().
void tests::TestCase::AssertEqual | ( | _t1 | a, |
_t2 | b, | ||
const char * | fn = "" , |
||
int | l = -1 |
||
) |
Definition at line 63 of file TestCase.h.
Referenced by tests::KalmanTest::Run(), tests::FrameObsTestDifferent::Run(), tests::ActCvObsTest::Run(), and tests::FrameObsTestEqualNames::Run().
void tests::TestCase::AssertFalse | ( | bool | b, |
const char * | fn = "" , |
||
int | l = -1 |
||
) |
Definition at line 86 of file TestCase.h.
Referenced by tests::MatchTest::Run().
void tests::TestCase::AssertTrue | ( | bool | b, |
const char * | fn = "" , |
||
int | l = -1 |
||
) |
Definition at line 83 of file TestCase.h.
Referenced by tests::MatchTest::Run().
|
pure virtual |
Implemented in tests::FrameObsTestEqualNames, tests::TestSuite, tests::ActCvObsTest, tests::FrameObsTestDifferent, tests::MatchTest, and tests::KalmanTest.
Referenced by main().
|
pure virtual |