bmpos2filetest(3)
NAME
BmpOS2FileTest
SYNOPSIS
#include <BmpOS2FileTest.h> Inherits CvrStgFileTest. Public Member Functions BmpOS2FileTest (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) 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
Constructor & Destructor Documentation
BmpOS2FileTest::BmpOS2FileTest (TestSuite * s)
Member Function Documentation
- void BmpOS2FileTest::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 BmpOS2FileTest::cleanup (void) [virtual]
- cleanup the unit test - called after run
- Reimplemented from UnitTest.
- void BmpOS2FileTest::testReadWrite (void) void BmpOS2FileTest::testReadEmbedExtract (void) void BmpOS2FileTest::testReadEmbedWriteReadExtract (void) void BmpOS2FileTest::testPosition (void) void BmpOS2FileTest::testReadExtractCompare (void) void BmpOS2FileTest::testEmbeddedValue (void)
Member Data Documentation
BitString* BmpOS2FileTest::bs1 [private] BitString * BmpOS2FileTest::bs2 [private] BitString * BmpOS2FileTest::bs3 [private] BitString * BmpOS2FileTest::bs4 [private] CvrStgFile* BmpOS2FileTest::f1 [private] CvrStgFile * BmpOS2FileTest::f2 [private] CvrStgFile * BmpOS2FileTest::f3 [private] CvrStgFile * BmpOS2FileTest::f4 [private] Globals BmpOS2FileTest::gl1 [private] Globals BmpOS2FileTest::gl2 [private] Globals BmpOS2FileTest::gl3 [private] Globals BmpOS2FileTest::gl4 [private]
Author
- Generated automatically by Doxygen for steghide from the source code.