| 1 |
#include "math/SquareMatrix3TestCase.hpp" |
| 2 |
|
| 3 |
// Registers the fixture into the 'registry' |
| 4 |
CPPUNIT_TEST_SUITE_REGISTRATION( SquareMatrix3TestCase ); |
| 5 |
|
| 6 |
|
| 7 |
void SquareMatrix3TestCase::setUp(){ |
| 8 |
} |
| 9 |
|
| 10 |
void SquareMatrix3TestCase::tearDown(){ |
| 11 |
} |
| 12 |
|
| 13 |
void SquareMatrix3TestCase::testConstructors(){ |
| 14 |
} |
| 15 |
|
| 16 |
void SquareMatrix3TestCase::testArithmetic(){ |
| 17 |
} |
| 18 |
|
| 19 |
void SquareMatrix3TestCase::testOperators(){ |
| 20 |
} |
| 21 |
|
| 22 |
void SquareMatrix3TestCase::testAccessEntries(){ |
| 23 |
} |
| 24 |
|
| 25 |
void SquareMatrix3TestCase::testOtherTemplateFunctions(){ |
| 26 |
|
| 27 |
} |
| 28 |
|