OpenWalnut
1.4.0
|
Testing abstract class via a Dummy class derived esp. More...
#include <WValueSetBase_test.h>
Public Member Functions | |
void | testInstantiation (void) |
Checks if the Dummy is instanceable. | |
void | testDimension (void) |
Checks if the dimension using the dummy is right. | |
void | testDataType (void) |
Checks if the dimension using the dummy is right. |
Testing abstract class via a Dummy class derived esp.
for this purpose.
Definition at line 129 of file WValueSetBase_test.h.
void WValueSetBaseTest::testDataType | ( | void | ) | [inline] |
Checks if the dimension using the dummy is right.
Definition at line 153 of file WValueSetBase_test.h.
References WValueSetBase::getDataType().
void WValueSetBaseTest::testDimension | ( | void | ) | [inline] |
Checks if the dimension using the dummy is right.
Definition at line 143 of file WValueSetBase_test.h.
References WValueSetBase::dimension().
void WValueSetBaseTest::testInstantiation | ( | void | ) | [inline] |
Checks if the Dummy is instanceable.
Definition at line 135 of file WValueSetBase_test.h.