Develop and Download Open Source Software

Browse Subversion Repository

Contents of /connection/TestTcpipCtrl.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 206 - (show annotations) (download) (as text)
Fri Jan 25 21:19:18 2008 UTC (16 years, 2 months ago) by satofumi
File MIME type: text/x-chdr
File size: 618 byte(s)
add connection/UdpipCtrl.cpp
1 #ifndef TEST_TCPIP_CTRL_H
2 #define TEST_TCPIP_CTRL_H
3
4 /*!
5 \file
6 \brief TcpipCtrl のテスト
7
8 \author Satofumi KAMIMURA
9
10 $Id$
11 */
12
13 #include <cppunit/extensions/HelperMacros.h>
14
15
16 /*!
17 \brief TcpipCtrl のテストクラス
18 */
19 class TcpipCtrlTest : public CppUnit::TestFixture {
20 CPPUNIT_TEST_SUITE(TcpipCtrlTest);
21 CPPUNIT_TEST(createTest);
22 CPPUNIT_TEST(connectionTest);
23 CPPUNIT_TEST(readWriteTest);
24 CPPUNIT_TEST(disconnectTest);
25 CPPUNIT_TEST_SUITE_END();
26
27 public:
28 void createTest(void);
29 void connectionTest(void);
30 void readWriteTest(void);
31 void disconnectTest(void);
32 };
33
34 #endif /* !TEST_TCPIP_TEST_H */

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