ProteoWizard
|
#include "Std.hpp"
#include "SHA1Calculator.hpp"
#include "unit.hpp"
#include <boost/filesystem/operations.hpp>
#include <cstring>
Go to the source code of this file.
Functions | |
void | test () |
void | testStream () |
void | testFile () |
void | testStatic () |
void | testMillion () |
void | testProjected () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
char | verify_int_is_32_bits [(sizeof(int)==4)*2-1] |
const char * | hashEmpty_ = "da39a3ee5e6b4b0d3255bfef95601890afd80709" |
const char * | textBrown_ = "The quick brown fox jumps over the lazy dog" |
const char * | hashBrown_ = "2fd4e1c67a2d28fced849ee1bb76e7391b93eb12" |
const char * | textabc_ = "abc" |
const char * | hashabc_ = "a9993e364706816aba3e25717850c26c9cd0d89d" |
const char * | textabc2_ = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq" |
const char * | hashabc2_ = "84983e441c3bd26ebaae4aa1f95129e5e54670f1" |
const char * | hashMillion_ = "34aa973cd4c4daa4f61eeb2bdbad27316534016f" |
void test | ( | ) |
Definition at line 54 of file SHA1CalculatorTest.cpp.
References pwiz::util::SHA1Calculator::close(), pwiz::util::SHA1Calculator::hash(), hashBrown_, hashEmpty_, os_, pwiz::util::SHA1Calculator::reset(), textBrown_, unit_assert, and pwiz::util::SHA1Calculator::update().
void testStream | ( | ) |
Definition at line 71 of file SHA1CalculatorTest.cpp.
References pwiz::util::SHA1Calculator::hash(), os_, textBrown_, and unit_assert.
Referenced by main().
void testFile | ( | ) |
Definition at line 80 of file SHA1CalculatorTest.cpp.
References pwiz::util::SHA1Calculator::hash(), pwiz::util::SHA1Calculator::hashFile(), os_, textBrown_, and unit_assert.
void testStatic | ( | ) |
Definition at line 104 of file SHA1CalculatorTest.cpp.
References pwiz::util::SHA1Calculator::hash(), hashabc2_, hashabc_, hashBrown_, os_, textabc2_, textabc_, textBrown_, and unit_assert.
Referenced by main().
void testMillion | ( | ) |
Definition at line 119 of file SHA1CalculatorTest.cpp.
References pwiz::util::SHA1Calculator::close(), pwiz::util::SHA1Calculator::hash(), hashMillion_, os_, unit_assert, and pwiz::util::SHA1Calculator::update().
Referenced by main().
void testProjected | ( | ) |
Definition at line 134 of file SHA1CalculatorTest.cpp.
References pwiz::util::SHA1Calculator::close(), pwiz::util::SHA1Calculator::hash(), hashBrown_, pwiz::util::SHA1Calculator::hashProjected(), os_, textBrown_, unit_assert, and pwiz::util::SHA1Calculator::update().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 152 of file SHA1CalculatorTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, TEST_PROLOG, testFile(), testMillion(), testProjected(), testStatic(), and testStream().
ostream* os_ = 0 |
Definition at line 34 of file SHA1CalculatorTest.cpp.
char verify_int_is_32_bits[(sizeof(int)==4)*2-1] |
Definition at line 37 of file SHA1CalculatorTest.cpp.
const char* hashEmpty_ = "da39a3ee5e6b4b0d3255bfef95601890afd80709" |
Definition at line 40 of file SHA1CalculatorTest.cpp.
Referenced by test().
const char* textBrown_ = "The quick brown fox jumps over the lazy dog" |
Definition at line 42 of file SHA1CalculatorTest.cpp.
const char* hashBrown_ = "2fd4e1c67a2d28fced849ee1bb76e7391b93eb12" |
Definition at line 43 of file SHA1CalculatorTest.cpp.
const char* textabc_ = "abc" |
Definition at line 45 of file SHA1CalculatorTest.cpp.
Referenced by testStatic().
const char* hashabc_ = "a9993e364706816aba3e25717850c26c9cd0d89d" |
Definition at line 46 of file SHA1CalculatorTest.cpp.
Referenced by testStatic().
const char* textabc2_ = "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq" |
Definition at line 48 of file SHA1CalculatorTest.cpp.
Referenced by testStatic().
const char* hashabc2_ = "84983e441c3bd26ebaae4aa1f95129e5e54670f1" |
Definition at line 49 of file SHA1CalculatorTest.cpp.
Referenced by testStatic().
const char* hashMillion_ = "34aa973cd4c4daa4f61eeb2bdbad27316534016f" |
Definition at line 51 of file SHA1CalculatorTest.cpp.
Referenced by testMillion().