ProteoWizard
|
#include "PeakelGrower.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/misc/Std.hpp"
#include <cstring>
Go to the source code of this file.
Functions | |
vector< vector< Peak > > | createToyPeaks () |
void | testToyExample () |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
vector< vector<Peak> > createToyPeaks | ( | ) |
Definition at line 38 of file PeakelGrowerTest.cpp.
Referenced by testToyExample().
void testToyExample | ( | ) |
Definition at line 76 of file PeakelGrowerTest.cpp.
References createToyPeaks(), epsilon, pwiz::analysis::PeakelGrower_Proximity::Config::mzTolerance, pwiz::analysis::PeakelGrower_Proximity::Config::rtTolerance, pwiz::analysis::PeakelGrower::sowPeaks(), unit_assert, and unit_assert_equal.
Referenced by test().
void test | ( | ) |
Definition at line 111 of file PeakelGrowerTest.cpp.
References testToyExample().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 117 of file PeakelGrowerTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 35 of file PeakelGrowerTest.cpp.