steghide 0.5.1
|
#include <JpegSampleValueTest.h>
Public Member Functions | |
JpegSampleValueTest (TestSuite *s) | |
void | setup (void) |
void | cleanup (void) |
void | testDistance (void) |
void | testIsNeighbour (void) |
Public Member Functions inherited from SampleValueTest | |
SampleValueTest (std::string n, TestSuite *s) | |
Public Member Functions inherited from UnitTest | |
UnitTest (std::string n, TestSuite *s) | |
~UnitTest (void) | |
void | run (void) |
Public Member Functions inherited from Test | |
Test (void) | |
Test (const std::string &n) | |
Test (const std::string &n, TestSuite *s) | |
virtual | ~Test (void) |
const std::string & | getName (void) |
TestSuite * | getSuite (void) |
Private Attributes | |
CvrStgFile * | f1 |
JpegSampleValue * | sv_m1 |
JpegSampleValue * | sv_0 |
JpegSampleValue * | sv_1 |
Globals | gl1 |
Additional Inherited Members | |
Protected Member Functions inherited from SampleValueTest | |
bool | genericTestDistance (SampleValue *s1, SampleValue *s2, UWORD32 dist) |
bool | genericTestIsNeighbour (SampleValue *s1, SampleValue *s2, bool res) |
bool | genericTestEValue (SampleValue *s, EmbValue ev) |
Protected Member Functions inherited from UnitTest | |
void | addTestCategory (TestCategory *tc) |
void | addTestResult (bool r) |
char * | strip_test (char *s) |
JpegSampleValueTest::JpegSampleValueTest | ( | TestSuite * | s | ) |
|
virtual |
cleanup the unit test - called after run
Reimplemented from UnitTest.
|
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::testDistance | ( | void | ) |
void JpegSampleValueTest::testIsNeighbour | ( | void | ) |
|
private |
|
private |
|
private |
|
private |
|
private |