ProteoWizard
|
#include "ChromatogramListFactory.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/misc/Std.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 39 of file ChromatogramListFactoryTest.cpp.
References os_, and pwiz::analysis::ChromatogramListFactory::usage().
void testWrap | ( | ) |
Definition at line 45 of file ChromatogramListFactoryTest.cpp.
References pwiz::msdata::MSData::allDataProcessingPtrs(), pwiz::msdata::Run::chromatogramListPtr, pwiz::msdata::examples::initializeTiny(), pwiz::msdata::MSData::run, unit_assert, unit_assert_operator_equal, and pwiz::analysis::ChromatogramListFactory::wrap().
Referenced by test().
void test | ( | ) |
Definition at line 119 of file ChromatogramListFactoryTest.cpp.
References testUsage(), and testWrap().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 127 of file ChromatogramListFactoryTest.cpp.
References os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 36 of file ChromatogramListFactoryTest.cpp.
Referenced by main(), and testUsage().