ProteoWizard
|
Go to the source code of this file.
Classes | |
struct | TestPair |
Functions | |
void | checkTestPair (const TestPair &testPair) |
void | test256 () |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
TestPair | testPairs_ [] |
const int | testPairCount_ = sizeof(testPairs_)/sizeof(TestPair) |
void checkTestPair | ( | const TestPair & | testPair | ) |
Definition at line 58 of file Base64Test.cpp.
References TestPair::binary, pwiz::util::Base64::binaryToText(), pwiz::util::Base64::binaryToTextSize(), os_, TestPair::text, pwiz::util::Base64::textToBinary(), pwiz::util::Base64::textToBinarySize(), and unit_assert.
Referenced by test().
void test256 | ( | ) |
Definition at line 86 of file Base64Test.cpp.
References pwiz::util::Base64::binaryToText(), pwiz::util::Base64::binaryToTextSize(), os_, pwiz::util::Base64::textToBinary(), and unit_assert.
Referenced by test().
void test | ( | ) |
Definition at line 122 of file Base64Test.cpp.
References checkTestPair(), test256(), testPairCount_, and testPairs_.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 129 of file Base64Test.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 33 of file Base64Test.cpp.
TestPair testPairs_[] |
Definition at line 43 of file Base64Test.cpp.
Referenced by test().
const int testPairCount_ = sizeof(testPairs_)/sizeof(TestPair) |
Definition at line 55 of file Base64Test.cpp.
Referenced by test().