selectortest(3)
NAME
SelectorTest
SYNOPSIS
#include <SelectorTest.h> Inherits UnitTest. Public Member Functions SelectorTest (TestSuite *s) void setup (void) void cleanup (void) void testIsPermutation (void) void testIsIdentityPermutation (void) Private Member Functions bool genericTestIsPermutation (Selector *s) bool genericTestIsIdentityPermutation (Selector *s) Private Attributes Selector * s1 Selector * s2 Selector * s3 Selector * s4 Selector * sid1 Selector * sid2
Constructor & Destructor Documentation
SelectorTest::SelectorTest (TestSuite * s)
Member Function Documentation
- void SelectorTest::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 SelectorTest::cleanup (void) [virtual]
- cleanup the unit test - called after run
- Reimplemented from UnitTest.
- void SelectorTest::testIsPermutation (void) void SelectorTest::testIsIdentityPermutation (void) bool SelectorTest::genericTestIsPermutation (Selector * s) [private] bool SelectorTest::genericTestIsIdentityPermutation (Selector * s)
- [private]
Member Data Documentation
Selector* SelectorTest::s1 [private] Selector * SelectorTest::s2 [private] Selector * SelectorTest::s3 [private] Selector * SelectorTest::s4 [private] Selector* SelectorTest::sid1 [private] Selector * SelectorTest::sid2 [private]
Author
- Generated automatically by Doxygen for steghide from the source code.