ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/test/io/IfstrstreamTestCase.cpp
Revision: 1580
Committed: Fri Oct 15 20:34:21 2004 UTC (19 years, 9 months ago) by tim
File size: 1012 byte(s)
Log Message:
forget to use namespace oopse

File Contents

# User Rev Content
1 tim 1578 #include "io/basic_ifstrstream.hpp"
2     #include "IfstrstreamTestCase.hpp"
3     // Registers the fixture into the 'registry'
4 tim 1580 using namespace oopse;
5 tim 1578 CPPUNIT_TEST_SUITE_REGISTRATION( IfstrstreamTestCase );
6    
7     #ifndef IS_MPI
8     void IfstrstreamTestCase::setUp() {
9    
10     }
11    
12     void IfstrstreamTestCase::tearDown() {
13    
14     }
15    
16    
17     void IfstrstreamTestCase::testConstructor() {
18    
19     }
20    
21     void IfstrstreamTestCase::testOpen() {
22    
23     }
24    
25     void IfstrstreamTestCase::testIs_open() {
26    
27     }
28    
29     void IfstrstreamTestCase::testClose() {
30    
31     }
32    
33     #else
34     void IfstrstreamTestCase::setUp() {
35    
36     }
37    
38     void IfstrstreamTestCase::tearDown() {
39    
40     }
41    
42     void IfstrstreamTestCase::testMasterConstructor() {
43 tim 1580 ifstrstream in;
44 tim 1578 }
45    
46     void IfstrstreamTestCase::testMasterOpen() {
47    
48     }
49    
50     void IfstrstreamTestCase::testMasterIs_open() {
51    
52     }
53    
54     void IfstrstreamTestCase::testMasterClose() {
55    
56    
57     }
58    
59     void IfstrstreamTestCase::testSlaveConstructor() {
60    
61     }
62    
63     void IfstrstreamTestCase::testSlaveOpen() {
64    
65     }
66    
67     void IfstrstreamTestCase::testSlaveIs_open() {
68    
69     }
70    
71     void IfstrstreamTestCase::testSlaveClose() {
72    
73    
74     }
75     #endif

Properties

Name Value
svn:executable *