testIntegral.hh

Go to the documentation of this file.
1 
8 #ifndef testIntElm1D_hh
9 #define testIntElm1D_hh
10 
11 #include "basics/testsuite.hh"
12 #include "basics/typedefs.hh"
13 
14 namespace test {
15 
16  // ******************************************************** TestIntegrals1D **
17 
18  class TestIntegrals1D : public TestCase {
19  public:
20  virtual ~TestIntegrals1D();
21  virtual void run();
22 
24 
25  void testLine();
28  };
29 
30 } // namespace test
31 
32 #endif // testIntElm1D_hh
virtual void run()
Runs the tests. Must be overwritten by the specialization.
Base class for tests.
Definition: testcase.hh:92
Unit tests.
Definition: testcase.hh:66
void testLine()
Tests for a line (0,2)
virtual ~TestIntegrals1D()
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich