|
Peano
|
#include <SommerfeldBCTest.h>


Public Member Functions | |
| SommerfeldBCTest () | |
| virtual void | run () |
| This routine is triggered by the TestCaseCollection. | |
Public Member Functions inherited from tarch::tests::TestCase | |
| TestCase (const std::string &testCaseName) | |
| Constructor. | |
| virtual | ~TestCase () |
| Destructor. | |
| int | getNumberOfErrors () const |
| std::string | getTestCaseName () const |
Private Member Functions | |
| void | flatSolutionTest () |
Additional Inherited Members | |
Protected Member Functions inherited from tarch::tests::TestCase | |
| TestCase ()=delete | |
Protected Attributes inherited from tarch::tests::TestCase | |
| const std::string | _testCaseName |
| Name of the test case. | |
| int | _errors |
| Error counter. | |
| bool | _error |
| Indicate within macro if one specific validation failed. | |
Definition at line 19 of file SommerfeldBCTest.h.
| exahype2::fd::tests::SommerfeldBCTest::SommerfeldBCTest | ( | ) |
|
private |
|
virtual |
This routine is triggered by the TestCaseCollection.
Implements tarch::tests::TestCase.