Peano
Loading...
Searching...
No Matches
UnitTests.cpp
Go to the documentation of this file.
1
#include "
UnitTests.h
"
2
3
#include "
peano4/grid/tests/SpacetreeTest.h
"
4
#include "
peano4/grid/tests/GridControlEventTest.h
"
5
#include "
peano4/grid/tests/GridTraversalEventGeneratorTest.h
"
6
#include "
peano4/parallel/tests/NodeTest.h
"
7
#include "
peano4/parallel/tests/PingPongTest.h
"
8
#include "
peano4/utils/tests/ParallelDForTest.h
"
9
10
#include "
tarch/tests/TreeTestCaseCollection.h
"
11
12
tarch::tests::TestCase
*
peano4::getUnitTests
() {
13
tarch::tests::TreeTestCaseCollection
* result =
new
tarch::tests::TreeTestCaseCollection
();
14
15
result->
addTestCase
(
new
peano4::grid::tests::SpacetreeTest
() );
16
result->
addTestCase
(
new
peano4::grid::tests::GridControlEventTest
() );
17
result->
addTestCase
(
new
peano4::grid::tests::GridTraversalEventGeneratorTest
() );
18
19
result->
addTestCase
(
new
peano4::parallel::tests::NodeTest
() );
20
result->
addTestCase
(
new
peano4::parallel::tests::PingPongTest
() );
21
22
result->
addTestCase
(
new
peano4::utils::tests::ParallelDForTest
() );
23
24
return
result;
25
}
GridControlEventTest.h
GridTraversalEventGeneratorTest.h
NodeTest.h
ParallelDForTest.h
PingPongTest.h
SpacetreeTest.h
TreeTestCaseCollection.h
peano4::grid::tests::GridControlEventTest
The GridControlEvent is a generated type, so we don't really test this type.
Definition
GridControlEventTest.h:22
peano4::grid::tests::GridTraversalEventGeneratorTest
Definition
GridTraversalEventGeneratorTest.h:21
peano4::grid::tests::SpacetreeTest
Definition
SpacetreeTest.h:19
peano4::parallel::tests::NodeTest
I test the mapping of vertex adjacency data onto stack numbers here.
Definition
NodeTest.h:21
peano4::parallel::tests::PingPongTest
This is a ping pong test for our application-specific data types.
Definition
PingPongTest.h:21
peano4::utils::tests::ParallelDForTest
Definition
ParallelDForTest.h:19
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
peano4::getUnitTests
tarch::tests::TestCase * getUnitTests()
Please destroy after usage.
Definition
UnitTests.cpp:12
UnitTests.h
src
peano4
UnitTests.cpp
Generated on Fri Jan 31 2025 12:10:15 for Peano by
1.10.0