![]() |
Peano
|
Provides tests for types Vector, DynamicVector and all Vector functionality. More...
#include <DynamicMatrixTest.h>
Public Member Functions | |
DynamicMatrixTest () | |
Cosntructor. | |
virtual | ~DynamicMatrixTest () |
Destructor, empty. | |
virtual void | run () override |
This routine is triggered by the TestCaseCollection. | |
![]() | |
TestCase (const std::string &testCaseName) | |
Constructor. | |
virtual | ~TestCase () |
Destructor. | |
int | getNumberOfErrors () const |
std::string | getTestCaseName () const |
Private Member Functions | |
void | testBatchedMultiplyAoS () |
Tests constructors. | |
Additional Inherited Members | |
![]() | |
TestCase ()=delete | |
![]() | |
const std::string | _testCaseName |
Name of the test case. | |
int | _errors |
Error counter. | |
bool | _error |
Indicate within macro if one specific validation failed. | |
Provides tests for types Vector, DynamicVector and all Vector functionality.
Definition at line 18 of file DynamicMatrixTest.h.
tarch::la::tests::DynamicMatrixTest::DynamicMatrixTest | ( | ) |
Cosntructor.
Definition at line 5 of file DynamicMatrixTest.cpp.
|
virtual |
Destructor, empty.
Definition at line 36 of file DynamicMatrixTest.h.
|
overridevirtual |
This routine is triggered by the TestCaseCollection.
Implements tarch::tests::TestCase.
Definition at line 10 of file DynamicMatrixTest.cpp.
References testMethod.
|
private |
Tests constructors.
Definition at line 15 of file DynamicMatrixTest.cpp.
References P, and validateEqualsWithParams1.