ProteoWizard
|
#include "PeakelPicker.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/misc/Std.hpp"
#include <cstring>
Go to the source code of this file.
Functions | |
shared_ptr< PeakelField > | createToyPeakelField () |
void | testToy () |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
shared_ptr<PeakelField> createToyPeakelField | ( | ) |
Definition at line 38 of file PeakelPickerTest.cpp.
References e().
Referenced by testToy().
void testToy | ( | ) |
Definition at line 97 of file PeakelPickerTest.cpp.
References createToyPeakelField(), pwiz::analysis::PeakelPicker_Basic::Config::log, os_, pwiz::analysis::PeakelPicker_Basic::pick(), unit_assert, and unit_assert_equal.
Referenced by test().
void test | ( | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 136 of file PeakelPickerTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 35 of file PeakelPickerTest.cpp.