ProteoWizard
|
#include "ProteinListFactory.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/misc/Std.hpp"
#include "pwiz/data/proteome/examples.hpp"
#include <cstring>
Go to the source code of this file.
Functions | |
void | testUsage () |
void | testWrap () |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void testUsage | ( | ) |
Definition at line 38 of file ProteinListFactoryTest.cpp.
References os_, and pwiz::analysis::ProteinListFactory::usage().
void testWrap | ( | ) |
Definition at line 44 of file ProteinListFactoryTest.cpp.
References pwiz::identdata::examples::initializeTiny(), pwiz::proteome::ProteomeData::proteinListPtr, unit_assert, unit_assert_operator_equal, and pwiz::analysis::ProteinListFactory::wrap().
Referenced by test().
void test | ( | ) |
Definition at line 65 of file ProteinListFactoryTest.cpp.
References testUsage(), and testWrap().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 72 of file ProteinListFactoryTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 35 of file ProteinListFactoryTest.cpp.