BVHNode test class
More...
#include <bvhnodeTest.h>
Public Member Functions | |
| bvhnodeTest () | |
| int | countTestCases () const |
| void | setUp () |
| void | tearDown () |
| void | testIsValidNot () |
Protected Attributes | |
| BASECLASS * | m_baseclass |
Private Member Functions | |
| CPPUNIT_TEST_SUITE (bvhnodeTest) | |
| CPPUNIT_TEST (testIsValidNot) | |
| CPPUNIT_TEST_SUITE_END () | |
BVHNode test class
Definition at line 10 of file bvhnodeTest.h.
| bvhnodeTest< BASECLASS >::bvhnodeTest | ( | ) | [inline] |
| bvhnodeTest< BASECLASS >::CPPUNIT_TEST_SUITE | ( | bvhnodeTest< BASECLASS > | ) | [private] |
| bvhnodeTest< BASECLASS >::CPPUNIT_TEST | ( | testIsValidNot | ) | [private] |
| bvhnodeTest< BASECLASS >::CPPUNIT_TEST_SUITE_END | ( | ) | [private] |
| int bvhnodeTest< BASECLASS >::countTestCases | ( | ) | const [inline] |
| void bvhnodeTest< BASECLASS >::setUp | ( | ) | [inline] |
Definition at line 28 of file bvhnodeTest.h.
00029 { 00030 this->m_baseclass = new BASECLASS; 00031 }
| void bvhnodeTest< BASECLASS >::tearDown | ( | ) | [inline] |
| void bvhnodeTest< BASECLASS >::testIsValidNot | ( | ) | [inline] |
Definition at line 38 of file bvhnodeTest.h.
00039 { 00040 CPPUNIT_ASSERT( !this->m_baseclass->IsValid() ); 00041 }
BASECLASS* bvhnodeTest< BASECLASS >::m_baseclass [protected] |
Definition at line 16 of file bvhnodeTest.h.
1.5.5