Peano
Loading...
Searching...
No Matches
CopyPatchTest.h
Go to the documentation of this file.
1// This file is part of the ExaHyPE2 project. For conditions of distribution and
2// use, please see the copyright notice at www.peano-framework.org
3#pragma once
4
6
8 class CopyPatchTest;
9} // namespace exahype2::fv::rusanov::tests
10
12private:
13 void testCopyPatch();
14
15public:
17 virtual ~CopyPatchTest() override = default;
18
19 virtual void run() override;
20};
virtual ~CopyPatchTest() override=default
virtual void run() override
This routine is triggered by the TestCaseCollection.
Represents one test case.
Definition TestCase.h:57