| Revision: | 100 |
| Committed: | Mon Oct 18 21:03:15 2004 UTC (21 years ago) by tim |
| File size: | 445 byte(s) |
| Log Message: | adding more testing units |
| # | Content |
|---|---|
| 1 | #include "math/Vector3TestCase.hpp" |
| 2 | |
| 3 | // Registers the fixture into the 'registry' |
| 4 | CPPUNIT_TEST_SUITE_REGISTRATION( Vector3TestCase ); |
| 5 | |
| 6 | |
| 7 | void Vector3TestCase::setUp(){ |
| 8 | } |
| 9 | |
| 10 | void Vector3TestCase::tearDown(){ |
| 11 | } |
| 12 | |
| 13 | void Vector3TestCase::testConstructors(){ |
| 14 | } |
| 15 | |
| 16 | void Vector3TestCase::testArithmetic(){ |
| 17 | } |
| 18 | |
| 19 | void Vector3TestCase::testOperators(){ |
| 20 | } |
| 21 | |
| 22 | void Vector3TestCase::testAccessEntries(){ |
| 23 | } |
| 24 | |
| 25 | void Vector3TestCase::testOtherTemplateFunctions(){ |
| 26 | |
| 27 | } |