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

File Contents

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