ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/test/math/QuaternionTestCase.hpp
(Generate patch)

Comparing trunk/OOPSE-3.0/test/math/QuaternionTestCase.hpp (file contents):
Revision 1593 by tim, Mon Oct 18 21:03:15 2004 UTC vs.
Revision 1603 by tim, Tue Oct 19 21:28:55 2004 UTC

# Line 6 | Line 6 | class QuaternionTestCase : public CPPUNIT_NS::TestFixt
6  
7   using namespace oopse;
8  
9 + typedef Vector<double, 4> Vec4;
10   class QuaternionTestCase : public CPPUNIT_NS::TestFixture {
11      CPPUNIT_TEST_SUITE( QuaternionTestCase );
12      CPPUNIT_TEST(testConstructors);
13      CPPUNIT_TEST(testArithmetic);
14      CPPUNIT_TEST(testAccessEntries);
15 <    CPPUNIT_TEST(testOtherTemplateFunctions);
15 >    CPPUNIT_TEST(testOtherMemberFunctions);
16      CPPUNIT_TEST_SUITE_END();
17  
18      public:
19          virtual void setUp();
19        virtual void tearDown();
20  
21          void testConstructors();
22          void testArithmetic();
23          void testOperators();
24          void testAccessEntries();
25 <        void testOtherTemplateFunctions();
25 >        void testOtherMemberFunctions();
26          
27 +    private:
28 +        Quat4d q1;
29 +        Quat4d q2;
30 +        Quat4d q3;
31 +        Quat4d q4;
32 +        
33   };
34  
35 +
36   #endif //TEST_QUATERNIONTESTCASE_HPP
37  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines