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

File Contents

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