formulaTest.hh

Go to the documentation of this file.
1 
7 #ifndef formulaSpcTest_hh
8 #define formulaSpcTest_hh
9 
10 #include "basics/testcase.hh"
11 #include "basics/typedefs.hh"
12 #include "space/space.hh"
13 
14 namespace concepts {
15  // forward declaration
16  class Mesh2;
17 }
18 
19 namespace test {
20 
27  class ElementFormulaTest : public TestCase {
28  public:
30  virtual ~ElementFormulaTest() {}
31  virtual void run();
32 
34 
37  };
38 
39 } // namespace test
40 
41 #endif // formulaSpcTest_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Unit tests.
Definition: testcase.hh:66
void testTimesNormal2D()
test for VectorElementFormula
Basic namespace for Concepts-2.
Definition: pml_formula.h:16
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich