Peano
Loading...
Searching...
No Matches
GridControlEventTest.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"
7
8
9namespace peano4 {
10 namespace grid {
11 namespace tests {
12 class GridControlEventTest;
13 }
14 }
15}
16
17
23 private:
28
47 void testMerge1();
48
49
77 void testMerge2();
78
84 void testMerge3();
85
102 void testSortWithinMerge();
103 public:
105 virtual void run() override;
106};
107
108
The GridControlEvent is a generated type, so we don't really test this type.
void testSortWithinMerge()
For this 3d test, I use the following setup which arises from our infall tests:
void testMerge2()
From another debugging session:
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