|
ProteoWizard
|
#include "CwtPeakDetector.hpp"#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"Go to the source code of this file.
Classes | |
| struct | TestData |
Functions | |
| vector< double > | parseDoubleArray (const string &doubleArray) |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| const TestData | testData [] |
| const size_t | testDataSize = sizeof(testData) / sizeof(TestData) |
| vector<double> parseDoubleArray | ( | const string & | doubleArray | ) |
| void test | ( | ) |
Definition at line 114 of file CwtPeakDetectorTest.cpp.
References pwiz::analysis::CwtPeakDetector::detect(), parseDoubleArray(), testData, testDataSize, unit_assert, unit_assert_equal, TestData::xPeakValues, TestData::xRaw, TestData::yPeakValues, and TestData::yRaw.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 144 of file CwtPeakDetectorTest.cpp.
References os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 32 of file CwtPeakDetectorTest.cpp.
Referenced by main().
| const TestData testData[] |
Definition at line 43 of file CwtPeakDetectorTest.cpp.
Referenced by test().
Definition at line 99 of file CwtPeakDetectorTest.cpp.
Referenced by test().