Provides tests for types Vector, DynamicVector and all Vector functionality.
More...
#include <VectorTest.h>
Provides tests for types Vector, DynamicVector and all Vector functionality.
Definition at line 18 of file VectorTest.h.
◆ VectorTest()
| tarch::la::tests::VectorTest::VectorTest |
( |
| ) |
|
◆ ~VectorTest()
| virtual tarch::la::tests::VectorTest::~VectorTest |
( |
| ) |
|
|
virtual |
◆ run()
| virtual void tarch::la::tests::VectorTest::run |
( |
| ) |
|
|
virtual |
◆ setUp()
| virtual void tarch::la::tests::VectorTest::setUp |
( |
| ) |
|
|
virtual |
◆ testAssignment()
| void tarch::la::tests::VectorTest::testAssignment |
( |
| ) |
|
|
private |
Tests methods from VectorAssign.h and operator= from Vector types.
◆ testConstruction()
| void tarch::la::tests::VectorTest::testConstruction |
( |
| ) |
|
|
private |
◆ testVectorCompare()
| void tarch::la::tests::VectorTest::testVectorCompare |
( |
| ) |
|
|
private |
Tests methods from VectorCompare.h.
◆ testVectorOperations()
| void tarch::la::tests::VectorTest::testVectorOperations |
( |
| ) |
|
|
private |
Tests methods from VectorOperations.h.
◆ testVectorScalarOperations()
| void tarch::la::tests::VectorTest::testVectorScalarOperations |
( |
| ) |
|
|
private |
Tests methods from VectorScalarOperations.h.
◆ testVectorVectorCompare()
| void tarch::la::tests::VectorTest::testVectorVectorCompare |
( |
| ) |
|
|
private |
◆ testVectorVectorOperations()
| void tarch::la::tests::VectorTest::testVectorVectorOperations |
( |
| ) |
|
|
private |
Tests methods from VectorVectorOperations.h.
◆ testWrappedVector()
| void tarch::la::tests::VectorTest::testWrappedVector |
( |
| ) |
|
|
private |
Tests wrapping a raw array with (static) vector semantics.
The documentation for this class was generated from the following file: