ProteoWizard
|
#include "Std.hpp"
#include "SHA1_ostream.hpp"
#include "unit.hpp"
#include "boost/iostreams/flush.hpp"
#include <boost/filesystem/operations.hpp>
Go to the source code of this file.
Functions | |
void | test () |
void | testFile () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
const char * | textBrown_ = "The quick brown fox jumps over the lazy dog" |
const char * | hashBrown_ = "2fd4e1c67a2d28fced849ee1bb76e7391b93eb12" |
void test | ( | ) |
Definition at line 41 of file SHA1_ostream_test.cpp.
References pwiz::util::SHA1_ostream::explicitFlush(), pwiz::util::SHA1Calculator::hash(), pwiz::util::SHA1_ostream::hash(), hashBrown_, os_, textBrown_, and unit_assert.
void testFile | ( | ) |
Definition at line 69 of file SHA1_ostream_test.cpp.
References pwiz::util::SHA1Calculator::hashFile(), os_, textBrown_, and unit_assert.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 91 of file SHA1_ostream_test.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, TEST_PROLOG, and testFile().
ostream* os_ = 0 |
Definition at line 34 of file SHA1_ostream_test.cpp.
const char* textBrown_ = "The quick brown fox jumps over the lazy dog" |
Definition at line 37 of file SHA1_ostream_test.cpp.
Referenced by test(), testFile(), testProjected(), testStatic(), and testStream().
const char* hashBrown_ = "2fd4e1c67a2d28fced849ee1bb76e7391b93eb12" |
Definition at line 38 of file SHA1_ostream_test.cpp.
Referenced by test(), testProjected(), and testStatic().