steghide
0.5.1
|
#include <BmpWinFileTest.h>
Public Member Functions | |
BmpWinFileTest (TestSuite *s) | |
void | setup (void) |
void | cleanup (void) |
void | testReadWrite (void) |
void | testReadEmbedExtract (void) |
void | testReadEmbedWriteReadExtract (void) |
void | testPosition (void) |
void | testReadExtractCompare (void) |
void | testEmbeddedValue (void) |
![]() | |
CvrStgFileTest (std::string n, TestSuite *s) | |
![]() | |
UnitTest (std::string n, TestSuite *s) | |
~UnitTest (void) | |
void | run (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) |
Private Attributes | |
BitString * | bs1 |
BitString * | bs2 |
BitString * | bs3 |
BitString * | bs4 |
CvrStgFile * | f1 |
CvrStgFile * | f2 |
CvrStgFile * | f3 |
CvrStgFile * | f4 |
Globals | gl1 |
Globals | gl2 |
Globals | gl3 |
Globals | gl4 |
Additional Inherited Members | |
![]() | |
bool | genericTestReadWrite (const std::string &rfn, bool new_wfn=true) const |
bool | genericTestReadEmbedExtract (const std::string &fn, BitString &emb) const |
bool | genericTestReadExtractCompare (const std::string &fn, BitString &emb) const |
bool | genericTestReadEmbedWriteReadExtract (const std::string &cvrfn, BitString &emb) const |
bool | genericTestPosition (const CvrStgFile *f, const SamplePos pos, SampleValue *sv_r) const |
bool | genericTestSVALCalculation (const CvrStgFile *f, const Graph *g) const |
bool | genericTestEmbeddedValue (const CvrStgFile *f) const |
![]() | |
void | addTestCategory (TestCategory *tc) |
void | addTestResult (bool r) |
char * | strip_test (char *s) |
BmpWinFileTest::BmpWinFileTest | ( | 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 BmpWinFileTest::testEmbeddedValue | ( | void | ) |
void BmpWinFileTest::testPosition | ( | void | ) |
void BmpWinFileTest::testReadEmbedExtract | ( | void | ) |
void BmpWinFileTest::testReadEmbedWriteReadExtract | ( | void | ) |
void BmpWinFileTest::testReadExtractCompare | ( | void | ) |
void BmpWinFileTest::testReadWrite | ( | void | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |