![]() |
OpenWalnut
1.5.0dev
|
Test WValueSetHistogram. More...
#include <WValueSetHistogram_test.h>
Inheritance diagram for WValueSetHistogramTest:
Collaboration diagram for WValueSetHistogramTest:Public Member Functions | |
| void | testInstantiation (void) |
| Test instantiation. More... | |
| void | testOperator (void) |
| Test operator[]. More... | |
| void | testAt (void) |
| Test at() More... | |
| void | testMinMax (void) |
| Test getMinimum(), getMaximum() More... | |
| void | testSizes (void) |
| Test size(), and getBucketSize() More... | |
| void | testIndex (void) |
| Test getIndexForValue() More... | |
| void | testAccum (void) |
| Test accumulate. More... | |
| void | testCopyWithoutIntervalChanges (void) |
| Test copy construction. More... | |
| void | testCopyWithIntervalChanges (void) |
| Test copy construction with changed interval sizes. More... | |
Test WValueSetHistogram.
Definition at line 39 of file WValueSetHistogram_test.h.
|
inline |
Test accumulate.
Definition at line 175 of file WValueSetHistogram_test.h.
|
inline |
Test at()
Definition at line 84 of file WValueSetHistogram_test.h.
|
inline |
Test copy construction with changed interval sizes.
Definition at line 239 of file WValueSetHistogram_test.h.
|
inline |
Test copy construction.
Definition at line 199 of file WValueSetHistogram_test.h.
|
inline |
Test getIndexForValue()
Definition at line 148 of file WValueSetHistogram_test.h.
|
inline |
Test instantiation.
Definition at line 45 of file WValueSetHistogram_test.h.
|
inline |
Test getMinimum(), getMaximum()
Definition at line 110 of file WValueSetHistogram_test.h.
|
inline |
Test operator[].
Definition at line 63 of file WValueSetHistogram_test.h.
|
inline |
Test size(), and getBucketSize()
Definition at line 129 of file WValueSetHistogram_test.h.