summaryrefslogtreecommitdiff
path: root/maximus/system/inc/SystemManagerTest.h
diff options
context:
space:
mode:
authorburet2007-05-25 15:12:12 +0000
committerburet2007-05-25 15:12:12 +0000
commit803973c0afbe0897855a2300dd7f0993175a0cf6 (patch)
tree657c692088872d93b9620867b4ff117c44ba83f6 /maximus/system/inc/SystemManagerTest.h
parentbc7012f8c7247cbf3d7ee5fd32b3010f10201c53 (diff)
System package
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@172 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'maximus/system/inc/SystemManagerTest.h')
-rw-r--r--maximus/system/inc/SystemManagerTest.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/maximus/system/inc/SystemManagerTest.h b/maximus/system/inc/SystemManagerTest.h
index 846be1ff24..6fa4e322cb 100644
--- a/maximus/system/inc/SystemManagerTest.h
+++ b/maximus/system/inc/SystemManagerTest.h
@@ -14,7 +14,9 @@ class SystemManagerTest : public CPPUNIT_NS::TestFixture
{
CPPUNIT_TEST_SUITE (SystemManagerTest);
- CPPUNIT_TEST (test);
+ CPPUNIT_TEST (createStationTest);
+ CPPUNIT_TEST (removeStationTest);
+ CPPUNIT_TEST (areAllActiveStationsIdleTest);
CPPUNIT_TEST_SUITE_END ();
public:
@@ -24,7 +26,9 @@ public:
protected:
- void test (void);
+ void createStationTest (void);
+ void removeStationTest (void);
+ void areAllActiveStationsIdleTest (void);
private: