OpenWalnut  1.5.0dev
Public Member Functions | List of all members
WValueSetHistogramTest Class Reference

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...
 

Detailed Description

Test WValueSetHistogram.

Definition at line 39 of file WValueSetHistogram_test.h.

Member Function Documentation

◆ testAccum()

void WValueSetHistogramTest::testAccum ( void  )
inline

Test accumulate.

Definition at line 175 of file WValueSetHistogram_test.h.

◆ testAt()

void WValueSetHistogramTest::testAt ( void  )
inline

Test at()

Definition at line 84 of file WValueSetHistogram_test.h.

◆ testCopyWithIntervalChanges()

void WValueSetHistogramTest::testCopyWithIntervalChanges ( void  )
inline

Test copy construction with changed interval sizes.

Definition at line 239 of file WValueSetHistogram_test.h.

◆ testCopyWithoutIntervalChanges()

void WValueSetHistogramTest::testCopyWithoutIntervalChanges ( void  )
inline

Test copy construction.

Definition at line 199 of file WValueSetHistogram_test.h.

◆ testIndex()

void WValueSetHistogramTest::testIndex ( void  )
inline

Test getIndexForValue()

Definition at line 148 of file WValueSetHistogram_test.h.

◆ testInstantiation()

void WValueSetHistogramTest::testInstantiation ( void  )
inline

Test instantiation.

Definition at line 45 of file WValueSetHistogram_test.h.

◆ testMinMax()

void WValueSetHistogramTest::testMinMax ( void  )
inline

Test getMinimum(), getMaximum()

Definition at line 110 of file WValueSetHistogram_test.h.

◆ testOperator()

void WValueSetHistogramTest::testOperator ( void  )
inline

Test operator[].

Definition at line 63 of file WValueSetHistogram_test.h.

◆ testSizes()

void WValueSetHistogramTest::testSizes ( void  )
inline

Test size(), and getBucketSize()

Definition at line 129 of file WValueSetHistogram_test.h.


The documentation for this class was generated from the following file: