steghide 0.5.1
|
#include <AUtilsTest.h>
Public Member Functions | |
AUtilsTest (TestSuite *s) | |
void | testLog2 (void) |
![]() | |
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) |
Private Member Functions | |
bool | genericTestLog2 (int n, double res) |
Additional Inherited Members | |
![]() | |
void | addTestCategory (TestCategory *tc) |
void | addTestResult (bool r) |
char * | strip_test (char *s) |
AUtilsTest::AUtilsTest | ( | TestSuite * | s | ) |
|
private |
void AUtilsTest::testLog2 | ( | void | ) |