Class documentation of Concepts

Loading...
Searching...
No Matches
testFormula.hh
Go to the documentation of this file.
1
8#pragma once
9
10#include "basics/testcase.hh"
11
12namespace test {
13
14 // ************************************************************ FormulaTest **
15
20 class FormulaTest : public TestCase {
21 public:
22 virtual ~FormulaTest() {}
23 virtual void run();
24
26
27
29
32
35
36 // test for class SumFormula
37 void testSumFormula();
38
39 // test for class ProductFormula
40 void testProductFormula();
41
42 // test for class ConstFormula
43 void testConstFormula();
44
45 // test for class LambdaFormula
46 void testLambdaFormula();
47
48 // test time dependent ParsedFormula evaluation
49 void testTimeDependentFormula();
50
52 };
53
54} // namespace test
55
56
void testSphericalFormula()
test for class SphericalFormula
void testVectorFormula()
test for class VectorFormula
virtual void run()
Runs the tests. Must be overwritten by the specialization.
void testZylindricalFormula()
test for class ZylindricalFormula