|
Peano
|
#include <ScalarTest.h>


Public Member Functions | |
| ScalarTest () | |
| Constructor. | |
| virtual | ~ScalarTest () |
| Destructor, empty. | |
| virtual void | run () |
| Runs all tests. | |
| virtual void | setUp () |
| Sets up test environment. | |
Public Member Functions inherited from tarch::tests::TestCase | |
| TestCase (const std::string &testCaseName) | |
| Constructor. | |
| virtual | ~TestCase () |
| Destructor. | |
| int | getNumberOfErrors () const |
| std::string | getTestCaseName () const |
Private Member Functions | |
| void | testComparison () |
| void | testAbs () |
Additional Inherited Members | |
Protected Member Functions inherited from tarch::tests::TestCase | |
| TestCase ()=delete | |
Protected Attributes inherited from tarch::tests::TestCase | |
| const std::string | _testCaseName |
| Name of the test case. | |
| int | _errors |
| Error counter. | |
| bool | _error |
| Indicate within macro if one specific validation failed. | |
Definition at line 15 of file ScalarTest.h.
| tarch::la::tests::ScalarTest::ScalarTest | ( | ) |
Constructor.
|
virtual |
Destructor, empty.
Definition at line 33 of file ScalarTest.h.
|
virtual |
Runs all tests.
Implements tarch::tests::TestCase.
|
virtual |
Sets up test environment.
Definition at line 43 of file ScalarTest.h.
|
private |
|
private |