Peano
Loading...
Searching...
No Matches
UnitTests.cpp
Go to the documentation of this file.
1
#include "
UnitTests.h
"
2
3
4
#include "
tarch/tests/TreeTestCaseCollection.h
"
5
6
7
#include "
toolbox/particles/tests/MultiscaleTransitionsTest.h
"
8
#include "
toolbox/particles/tests/TestHelpers.h
"
9
10
11
12
tarch::tests::TestCase
*
toolbox::particles::getUnitTests
() {
13
tarch::tests::TreeTestCaseCollection
* result =
new
tarch::tests::TreeTestCaseCollection
(
"particles"
);
14
15
result->
addTestCase
(
new
toolbox::particles::tests::MultiscaleTransitionsTest
() );
16
result->
addTestCase
(
new
toolbox::particles::tests::TestHelpers
() );
17
18
return
result;
19
}
MultiscaleTransitionsTest.h
TreeTestCaseCollection.h
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:126
toolbox::particles::tests::MultiscaleTransitionsTest
Definition
MultiscaleTransitionsTest.h:16
toolbox::particles::tests::TestHelpers
Definition
TestHelpers.h:17
toolbox::particles::getUnitTests
tarch::tests::TestCase * getUnitTests()
Please destroy after usage.
Definition
UnitTests.cpp:12
TestHelpers.h
UnitTests.h
src
toolbox
particles
UnitTests.cpp
Generated on Fri Apr 11 2025 10:17:51 for Peano by
1.10.0