Peano
Loading...
Searching...
No Matches
ParallelDForTest.h
Go to the documentation of this file.
1// This file is part of the Peano project. For conditions of distribution and
2// use, please see the copyright notice at www.peano-framework.org
3#pragma once
4
6#include "tarch/logging/Log.h"
8
9
10namespace peano4 {
11 namespace utils {
12 namespace tests {
13 class ParallelDForTest;
14 }
15 }
16}
17
18
20 private:
25
26 void testParallelDFor();
27
28 public:
30 virtual void run() override;
31};
32
33
static tarch::logging::Log _log
Logging device.
virtual void run() override
This routine is triggered by the TestCaseCollection.
Log Device.
Definition Log.h:516
Represents one test case.
Definition TestCase.h:57