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

Comparing trunk/OOPSE-3.0/test/math/VectorTestCase.hpp (file contents):
Revision 1588 by tim, Mon Oct 18 05:23:47 2004 UTC vs.
Revision 1593 by tim, Mon Oct 18 21:03:15 2004 UTC

# Line 10 | Line 10 | class RectMatrixTestCase : public CPPUNIT_NS::TestFixt
10   typedef Vector<double, 3> Vec3;
11   typedef Vector<double, 4> Vec4;
12  
13 < class RectMatrixTestCase : public CPPUNIT_NS::TestFixture {
14 <    CPPUNIT_TEST_SUITE( RectMatrixTestCase );
15 <    CPPUNIT_TEST(testConstructor);
16 <    CPPUNIT_TEST(testNegate);
17 <    CPPUNIT_TEST(testAdd);
18 <    CPPUNIT_TEST(testSub);
19 <    CPPUNIT_TEST(testMul);
20 <    CPPUNIT_TEST(testDiv);
13 > class VectorTestCase : public CPPUNIT_NS::TestFixture {
14 >    CPPUNIT_TEST_SUITE( VectorTestCase );
15 >    CPPUNIT_TEST(testConstructors);
16 >    CPPUNIT_TEST(testArithmetic);
17      CPPUNIT_TEST(testAccessEntries);
18 <    CPPUNIT_TEST(testTranspose);
18 >    CPPUNIT_TEST(testOtherTemplateFunctions);
19      CPPUNIT_TEST_SUITE_END();
20  
21      public:
22          virtual void setUp();
23          virtual void tearDown();
24  
25 +        void testConstructors();
26 +        void testArithmetic();
27 +        void testOperators();
28 +        void testAccessEntries();
29 +        void testOtherTemplateFunctions();
30          
31   };
32  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines