embdatatest(3)
NAME
EmbDataTest
SYNOPSIS
#include <EmbDataTest.h> Inherits UnitTest. Public Member Functions EmbDataTest (TestSuite *s) void testEmbedding (void) void testExtracting (void) Private Member Functions bool genericTestEmbedding (EmbData emb, BitString shouldbe) bool feed_to (const BitString &bs, EmbData &emb)
Constructor & Destructor Documentation
EmbDataTest::EmbDataTest (TestSuite * s)
Member Function Documentation
- void EmbDataTest::testEmbedding (void) void EmbDataTest::testExtracting (void) bool EmbDataTest::genericTestEmbedding (EmbData emb, BitString shouldbe)
- [private]
- bool EmbDataTest::feed_to (const BitString & bs, EmbData & emb) [private]
- pass the BitString bs to emb using getNumBitsNeeded and addBits
- Returns:
true iff emb took exactly the (number of) bits from bs
Author
- Generated automatically by Doxygen for steghide from the source code.