Peano
Loading...
Searching...
No Matches
SpacetreeTest.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 grid {
12 namespace tests {
13 class SpacetreeTest;
14 }
15 }
16}
17
18
20 private:
25
27
28
29
51
52 public:
54 virtual void run() override;
55};
56
57
virtual void run() override
This routine is triggered by the TestCaseCollection.
static tarch::logging::Log _log
Logging device.
Log Device.
Definition Log.h:516
Represents one test case.
Definition TestCase.h:57