--- trunk/OOPSE-4/test/math/SquareMatrix3TestCase.cpp 2004/10/18 21:03:15 1593 +++ trunk/OOPSE-4/test/math/SquareMatrix3TestCase.cpp 2004/10/19 21:28:55 1603 @@ -4,25 +4,24 @@ void SquareMatrix3TestCase::setUp(){ CPPUNIT_TEST_SUITE_REGISTRATION( SquareMatrix3TestCase ); -void SquareMatrix3TestCase::setUp(){ -} +void SquareMatrix3TestCase::testSetupRotationMatrix(){ + //test setupRotationMatrix by quaternion -void SquareMatrix3TestCase::tearDown(){ -} -void SquareMatrix3TestCase::testConstructors(){ + //test setupRotationMatrix by euler angles } -void SquareMatrix3TestCase::testArithmetic(){ -} +void SquareMatrix3TestCase::testOtherMemberFunctions() { + //test inverse -void SquareMatrix3TestCase::testOperators(){ -} -void SquareMatrix3TestCase::testAccessEntries(){ + //test determinant } +void SquareMatrix3TestCase::testTransformation(){ -void SquareMatrix3TestCase::testOtherTemplateFunctions(){ + //test toQuaternion -} + //test toEuler + //test diagonalize +}