testFormula.hh

Go to the documentation of this file.
1 
8 #pragma once
9 
10 #include "basics/testcase.hh"
11 
12 namespace test {
13 
14  // ************************************************************ FormulaTest **
15 
20  class FormulaTest : public TestCase {
21  public:
22  virtual ~FormulaTest() {}
23  virtual void run();
24 
26 
27  void testVectorFormula();
29 
32 
35 
36  // test for class SumFormula
38 
39  // test for class ProductFormula
41 
42  // test for class ConstFormula
44 
45  // test for class LambdaFormula
47 
48  // test time dependent ParsedFormula evaluation
50 
52  };
53 
54 } // namespace test
55 
56 
Base class for tests.
Definition: testcase.hh:92
void testLambdaFormula()
test for class VectorFormula
Test for element formulas.
Definition: testFormula.hh:20
void testSumFormula()
test for class VectorFormula
Unit tests.
Definition: testcase.hh:66
void testProductFormula()
test for class VectorFormula
void testConstFormula()
test for class VectorFormula
void testTimeDependentFormula()
test for class VectorFormula
void testZylindricalFormula()
test for class ZylindricalFormula
virtual ~FormulaTest()
Definition: testFormula.hh:22
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testSphericalFormula()
test for class SphericalFormula
void testVectorFormula()
test for class VectorFormula
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich