Peano
Loading...
Searching...
No Matches
ScalarTest.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
7namespace tarch {
8 namespace la {
9 namespace tests {
10 class ScalarTest;
11 }
12 }
13}
14
16{
17private:
18
19 void testComparison ();
20
21 void testAbs ();
22
23public:
24
28 ScalarTest ();
29
33 virtual ~ScalarTest () {};
34
38 virtual void run ();
39
43 virtual void setUp () {}
44};
45
virtual void setUp()
Sets up test environment.
Definition ScalarTest.h:43
virtual void run()
Runs all tests.
virtual ~ScalarTest()
Destructor, empty.
Definition ScalarTest.h:33
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