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) |
![]() | |
SampleValueTest (std::string n, TestSuite *s) | |
![]() | |
UnitTest (std::string n, TestSuite *s) | |
~UnitTest (void) | |
virtual void | setup (void) |
void | run (void) |
virtual void | cleanup (void) |
![]() | |
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) |
virtual void | run (void)=0 |
Private Attributes | |
CvrStgFile * | f1 |
JpegSampleValue * | sv_m1 |
JpegSampleValue * | sv_0 |
JpegSampleValue * | sv_1 |
Globals | gl1 |
Additional Inherited Members | |
![]() | |
bool | genericTestDistance (SampleValue *s1, SampleValue *s2, UWORD32 dist) |
bool | genericTestIsNeighbour (SampleValue *s1, SampleValue *s2, bool res) |
bool | genericTestEValue (SampleValue *s, EmbValue ev) |
![]() | |
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 |