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