ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/test/math/QuaternionTestCase.cpp
Revision: 1593
Committed: Mon Oct 18 21:03:15 2004 UTC (19 years, 8 months ago) by tim
File size: 473 byte(s)
Log Message:
adding more testing units

File Contents

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