Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

toolbox/testsuite/testRCP.hh
Go to the documentation of this file.
00001 
00007 #pragma once
00008 
00009 #include "basics/testcase.hh"
00010 
00011 namespace test {
00012 
00013   // ********************************************************* RCPTest **
00014 
00019   class RCPTest : public TestCase {
00020   public:
00021     virtual ~RCPTest() {}
00022     virtual void run();
00023 
00025 
00026 
00028   };
00029 
00030 } // namespace test
00031 
00032 

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)