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

File Contents

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