Public Member Functions | |
string | MD5 (const string &data) |
void | setUp () |
void | tearDown () |
void | testMd5 () |
void | testMd5OnFile () |
void | testUseFinalized () |
Private Member Functions | |
CPPUNIT_TEST (testMd5) | |
CPPUNIT_TEST (testMd5OnFile) | |
CPPUNIT_TEST_EXCEPTION (testUseFinalized, Md5Sum::WrongStageException) | |
CPPUNIT_TEST_SUITE (testMd5Sum) | |
CPPUNIT_TEST_SUITE_END () | |
Definition at line 26 of file testMd5Sum.cc.
|
private |
|
private |
|
private |
|
private |
|
private |
|
inline |
Definition at line 41 of file testMd5Sum.cc.
References utl::Md5Sum::GetHexDigest().
|
inline |
Definition at line 36 of file testMd5Sum.cc.
|
inline |
Definition at line 38 of file testMd5Sum.cc.
|
inline |
Definition at line 47 of file testMd5Sum.cc.
|
inline |
Definition at line 103 of file testMd5Sum.cc.
|
inline |
Definition at line 95 of file testMd5Sum.cc.
References utl::Md5Sum::AddData(), and utl::Md5Sum::GetRawDigest().