jpegsamplevaluetest(3)
NAME
JpegSampleValueTest
SYNOPSIS
#include <JpegSampleValueTest.h> Inherits SampleValueTest. Public Member Functions JpegSampleValueTest (TestSuite *s) void setup (void) void cleanup (void) void testDistance (void) void testIsNeighbour (void) Private Attributes CvrStgFile * f1 JpegSampleValue * sv_m1 JpegSampleValue * sv_0 JpegSampleValue * sv_1 Globals gl1
Constructor & Destructor Documentation
JpegSampleValueTest::JpegSampleValueTest (TestSuite * s)
Member Function Documentation
- void JpegSampleValueTest::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 JpegSampleValueTest::cleanup (void) [virtual]
- cleanup the unit test - called after run
- Reimplemented from UnitTest.
- void JpegSampleValueTest::testDistance (void) void JpegSampleValueTest::testIsNeighbour (void)
Member Data Documentation
CvrStgFile* JpegSampleValueTest::f1 [private] JpegSampleValue* JpegSampleValueTest::sv_m1 [private] JpegSampleValue * JpegSampleValueTest::sv_0 [private] JpegSampleValue * JpegSampleValueTest::sv_1 [private] Globals JpegSampleValueTest::gl1 [private]
Author
- Generated automatically by Doxygen for steghide from the source code.