dev_test.hpp
Go to the documentation of this file.
1 /***************************************************************************
2  tag: Peter Soetens Mon Jan 10 15:59:18 CET 2005 logger_test.hpp
3 
4  dev_test.hpp - description
5  -------------------
6  begin : Mon January 10 2005
7  copyright : (C) 2005 Peter Soetens
8  email : peter.soetens@mech.kuleuven.ac.be
9 
10  ***************************************************************************
11  * *
12  * This program is free software; you can redistribute it and/or modify *
13  * it under the terms of the GNU General Public License as published by *
14  * the Free Software Foundation; either version 2 of the License, or *
15  * (at your option) any later version. *
16  * *
17  ***************************************************************************/
18 
19 
20 #ifndef DEVTEST_H
21 #define DEVTEST_H
22 
23 class DevTest
24 {
25 public:
26  DevTest(){ setUp(); };
27  ~DevTest(){ tearDown(); };
28  void setUp();
29  void tearDown();
30 
31  void testClasses();
32  void testNaming();
33 };
34 
35 #endif
void tearDown()
Definition: dev_test.cpp:42
void testNaming()
~DevTest()
Definition: dev_test.hpp:27
void testClasses()
void setUp()
Definition: dev_test.cpp:36
DevTest()
Definition: dev_test.hpp:26


rtt
Author(s): RTT Developers
autogenerated on Tue Jun 25 2019 19:33:24