![]() |
Peano
|
#include <ParallelDForTest.h>
Public Member Functions | |
ParallelDForTest () | |
virtual void | run () override |
This routine is triggered by the TestCaseCollection. | |
![]() | |
TestCase (const std::string &testCaseName) | |
Constructor. | |
virtual | ~TestCase () |
Destructor. | |
int | getNumberOfErrors () const |
std::string | getTestCaseName () const |
Private Member Functions | |
void | testParallelDFor () |
Static Private Attributes | |
static tarch::logging::Log | _log |
Logging device. | |
Additional Inherited Members | |
![]() | |
TestCase ()=delete | |
![]() | |
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 ParallelDForTest.h.
peano4::utils::tests::ParallelDForTest::ParallelDForTest | ( | ) |
Definition at line 16 of file ParallelDForTest.cpp.
|
overridevirtual |
This routine is triggered by the TestCaseCollection.
Implements tarch::tests::TestCase.
Definition at line 49 of file ParallelDForTest.cpp.
References testMethod.
|
private |
Definition at line 21 of file ParallelDForTest.cpp.
References dfor, peano4::utils::dLinearised(), endParallelDfor, parallelDfor, and validateEqualsWithParams2.
|
staticprivate |
Logging device.
Definition at line 24 of file ParallelDForTest.h.