Class documentation of Concepts

Loading...
Searching...
No Matches
testEdgeMesh.hh
Go to the documentation of this file.
1
8#ifndef testedgemsh_hh
9#define testedgemsh_hh
10
11#include "basics/testcase.hh"
12
13
14namespace test {
15
16 // ********************************************************** EdgeMeshTest **
17
22 class EdgeMeshTest : public TestCase {
23 public:
24 virtual ~EdgeMeshTest() {}
25 virtual void run();
26
28
29 void testSquare2_4();
30 void testSquare2_2H();
31 void testSquare2_2V();
33 };
34
35} // namespace test
36
37#endif // testedgemsh_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.