#include <AudioSampleValueTest.h>
Public Member Functions | |
AudioSampleValueTest (TestSuite *s) | |
void | setup (void) |
void | cleanup (void) |
void | testDistance (void) |
void | testIsNeighbour (void) |
Private Attributes | |
CvrStgFile * | f_AuMuLaw |
CvrStgFile * | f_AuPCM16 |
SampleValue * | sv_AuMuLaw_0 |
SampleValue * | sv_AuMuLaw_1 |
SampleValue * | sv_AuMuLaw_45 |
SampleValue * | sv_AuPCM16_m32768 |
SampleValue * | sv_AuPCM16_32767 |
SampleValue * | sv_AuPCM16_0 |
SampleValue * | sv_AuPCM16_15 |
Globals | gl_AuMuLaw |
Globals | gl_AuPCM16 |
AudioSampleValueTest::AudioSampleValueTest | ( | TestSuite * | s | ) |
void AudioSampleValueTest::cleanup | ( | void | ) | [virtual] |
cleanup the unit test - called after run
Reimplemented from UnitTest.
void AudioSampleValueTest::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 AudioSampleValueTest::testDistance | ( | void | ) |
void AudioSampleValueTest::testIsNeighbour | ( | void | ) |
CvrStgFile* AudioSampleValueTest::f_AuMuLaw [private] |
CvrStgFile * AudioSampleValueTest::f_AuPCM16 [private] |
Globals AudioSampleValueTest::gl_AuMuLaw [private] |
Globals AudioSampleValueTest::gl_AuPCM16 [private] |
SampleValue* AudioSampleValueTest::sv_AuMuLaw_0 [private] |
SampleValue * AudioSampleValueTest::sv_AuMuLaw_1 [private] |
SampleValue * AudioSampleValueTest::sv_AuMuLaw_45 [private] |
SampleValue * AudioSampleValueTest::sv_AuPCM16_0 [private] |
SampleValue * AudioSampleValueTest::sv_AuPCM16_15 [private] |
SampleValue * AudioSampleValueTest::sv_AuPCM16_32767 [private] |
SampleValue * AudioSampleValueTest::sv_AuPCM16_m32768 [private] |