#include <WavPCMSampleValueTest.h>
Inheritance diagram for WavPCMSampleValueTest:
Public Member Functions | |
WavPCMSampleValueTest (TestSuite *s) | |
void | setup (void) |
void | cleanup (void) |
void | testDistance (void) |
void | testIsNeighbour (void) |
Private Attributes | |
CvrStgFile * | f_WavPCM8 |
CvrStgFile * | f_WavPCM16 |
SampleValue * | sv_WavPCM8_0 |
SampleValue * | sv_WavPCM8_1 |
SampleValue * | sv_WavPCM8_45 |
SampleValue * | sv_WavPCM16_m32768 |
SampleValue * | sv_WavPCM16_32767 |
SampleValue * | sv_WavPCM16_0 |
SampleValue * | sv_WavPCM16_15 |
Globals | gl_WavPCM8 |
Globals | gl_WavPCM16 |
WavPCMSampleValueTest::WavPCMSampleValueTest | ( | TestSuite * | s | ) |
void WavPCMSampleValueTest::setup | ( | void | ) | [virtual] |
setup the unit test - called before run
UnitTest::setup will (together with UnitTest::cleanup) save and restore the object stored in Globs so they should be called from the corresponding functions in the derived object if the derived unit test manipulates the Globs object.
Reimplemented from UnitTest.
void WavPCMSampleValueTest::cleanup | ( | void | ) | [virtual] |
cleanup the unit test - called after run
Reimplemented from UnitTest.
void WavPCMSampleValueTest::testDistance | ( | void | ) |
void WavPCMSampleValueTest::testIsNeighbour | ( | void | ) |
CvrStgFile* WavPCMSampleValueTest::f_WavPCM8 [private] |
CvrStgFile * WavPCMSampleValueTest::f_WavPCM16 [private] |
SampleValue* WavPCMSampleValueTest::sv_WavPCM8_0 [private] |
SampleValue * WavPCMSampleValueTest::sv_WavPCM8_1 [private] |
SampleValue * WavPCMSampleValueTest::sv_WavPCM8_45 [private] |
SampleValue * WavPCMSampleValueTest::sv_WavPCM16_m32768 [private] |
SampleValue * WavPCMSampleValueTest::sv_WavPCM16_32767 [private] |
SampleValue * WavPCMSampleValueTest::sv_WavPCM16_0 [private] |
SampleValue * WavPCMSampleValueTest::sv_WavPCM16_15 [private] |
Globals WavPCMSampleValueTest::gl_WavPCM8 [private] |
Globals WavPCMSampleValueTest::gl_WavPCM16 [private] |