Peano
Loading...
Searching...
No Matches
StringTest.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
5
7#include "tarch/logging/Log.h"
8
9
10namespace tarch {
11 namespace mpi {
12 namespace tests {
13 class StringTest;
14 }
15 }
16}
17
18
23 private:
25
29 void testSendReceive();
30
31 public:
32 StringTest();
33
37 virtual void run() override;
38};
39
Log Device.
Definition Log.h:516
Provides tests for types Vector, DynamicVector and all Vector functionality.
Definition StringTest.h:22
static tarch::logging::Log _log
Definition StringTest.h:24
void testSendReceive()
Tests constructors.
virtual void run() override
This routine is triggered by the TestCaseCollection.
Represents one test case.
Definition TestCase.h:57
Have to include this header, as I need access to the SYCL_EXTERNAL keyword.
Definition accelerator.h:19