Develop and Download Open Source Software

Browse Subversion Repository

Contents of /simulator/TestTRunCtrlSimulator.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 38 - (show annotations) (download) (as text)
Tue Jul 10 13:45:46 2007 UTC (16 years, 10 months ago) by satofumi
File MIME type: text/x-chdr
File size: 461 byte(s)
second import

1 #ifndef TEST_T_RUN_CTRL_H
2 #define TEST_T_RUN_CTRL_H
3
4 /*!
5 \file
6 \brief tRunCtrlSimulator のテスト
7
8 \author Satofumi KAMIMURA
9
10 $Id$
11 */
12
13 #include <cppunit/extensions/HelperMacros.h>
14
15
16 /*!
17 \brief RunCtrl のテストクラス
18 */
19 class TestTRunCtrlSimulator : public CppUnit::TestFixture {
20 CPPUNIT_TEST_SUITE(TestTRunCtrlSimulator);
21 CPPUNIT_TEST(compileTest);
22 CPPUNIT_TEST_SUITE_END();
23
24 public:
25 void compileTest(void);
26 };
27
28 #endif /* !TEST_T_RUN_CTRL_H */

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26