Develop and Download Open Source Software

Browse Subversion Repository

Contents of /simulator/TestStructUpdate.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 106 - (show annotations) (download) (as text)
Thu Oct 11 13:32:42 2007 UTC (16 years, 6 months ago) by satofumi
File MIME type: text/x-chdr
File size: 505 byte(s)
fix runCtrl/tRunCtrl/tRunCtrl.c

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

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