|
ProteoWizard
|
#include "IPIFASTADatabase.hpp"#include "pwiz/utility/misc/unit.hpp"#include <boost/filesystem/operations.hpp>#include "pwiz/utility/misc/Std.hpp"#include <cstring>Go to the source code of this file.
Functions | |
| void | writeTestEntries (ostream &os) |
| void | test () |
| void | testRealDatabase () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| void writeTestEntries | ( | ostream & | os | ) |
Definition at line 38 of file IPIFASTADatabaseTest.cpp.
Referenced by test().
| void test | ( | ) |
Definition at line 59 of file IPIFASTADatabaseTest.cpp.
References os_, pwiz::proteome::IPIFASTADatabase::records(), unit_assert, and writeTestEntries().
| void testRealDatabase | ( | ) |
Definition at line 87 of file IPIFASTADatabaseTest.cpp.
References pwiz::proteome::AminoAcid::Info::record(), and pwiz::proteome::IPIFASTADatabase::records().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 100 of file IPIFASTADatabaseTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 35 of file IPIFASTADatabaseTest.cpp.
1.8.1.1