Peano
Loading...
Searching...
No Matches
UnitTests.cpp
Go to the documentation of this file.
1
// This file is part of the ExaHyPE2 project. For conditions of distribution and
2
// use, please see the copyright notice at www.peano-framework.org
3
#include "
UnitTests.h
"
4
5
#include "config.h"
6
#include "
tarch/tests/TreeTestCaseCollection.h
"
7
8
#include "
exahype2/dg/rusanov/tests/RiemannTest.h
"
9
#include "
exahype2/dg/tests/CellIntegralTest.h
"
10
#include "
exahype2/dg/tests/DGUtilsTest.h
"
11
#include "
exahype2/dg/tests/RiemannTest.h
"
12
#include "
exahype2/fd/tests/SommerfeldBCTest.h
"
13
#include "
exahype2/fd/tests/CCZ4KernelTest.h
"
14
#include "
exahype2/fv/rusanov/tests/ApplySplit1DRiemannToPatchTest.h
"
15
#include "
exahype2/fv/rusanov/tests/CopyPatchTest.h
"
16
#include "
exahype2/fv/tests/InterpolationRestrictionTest.h
"
17
18
tarch::tests::TestCase
*
exahype2::getUnitTests
() {
19
tarch::tests::TreeTestCaseCollection
* result =
new
tarch::tests::TreeTestCaseCollection
();
20
21
// result->addTestCase( new exahype2::dg::tests::CellIntegralTest() );
22
// result->addTestCase( new exahype2::dg::tests::DGUtilsTest() );
23
// result->addTestCase( new exahype2::dg::tests::RiemannTest() );
24
// result->addTestCase( new exahype2::dg::rusanov::tests::RiemannTest() );
25
result->
addTestCase
(
new
exahype2::fd::tests::SommerfeldBCTest
());
26
//result->addTestCase(new exahype2::fd::tests::CCZ4KernelTest());
27
// result->addTestCase(new exahype2::fv::tests::InterpolationRestrictionTest());
28
result->
addTestCase
(
new
exahype2::fv::rusanov::tests::CopyPatchTest
());
29
result->
addTestCase
(
new
exahype2::fv::rusanov::tests::ApplySplit1DRiemannToPatchTest
());
30
// result->addTestCase( new exahype2::aderdg::tests::ADERDGTest() );
31
32
return
result;
33
}
ApplySplit1DRiemannToPatchTest.h
CCZ4KernelTest.h
CellIntegralTest.h
CopyPatchTest.h
DGUtilsTest.h
InterpolationRestrictionTest.h
SommerfeldBCTest.h
TreeTestCaseCollection.h
exahype2::fd::tests::SommerfeldBCTest
Definition
SommerfeldBCTest.h:19
exahype2::fv::rusanov::tests::ApplySplit1DRiemannToPatchTest
Definition
ApplySplit1DRiemannToPatchTest.h:11
exahype2::fv::rusanov::tests::CopyPatchTest
Definition
CopyPatchTest.h:11
tarch::tests::TestCase
Represents one test case.
Definition
TestCase.h:57
tarch::tests::TreeTestCaseCollection
Definition
TreeTestCaseCollection.h:24
tarch::tests::TreeTestCaseCollection::addTestCase
void addTestCase(const std::string &fullQualifiedPath, TestCase *testCase)
Adds a new test case.
Definition
TreeTestCaseCollection.cpp:128
UnitTests.h
exahype2::getUnitTests
tarch::tests::TestCase * getUnitTests()
Please destroy after usage.
Definition
UnitTests.cpp:18
RiemannTest.h
RiemannTest.h
src
exahype2
UnitTests.cpp
Generated on Sat Dec 21 2024 12:32:57 for Peano by
1.10.0