|
ProteoWizard
|
#include "LocalMaximumPeakDetector.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 | ) |
Definition at line 74 of file LocalMaximumPeakDetectorTest.cpp.
| void test | ( | ) |
Definition at line 86 of file LocalMaximumPeakDetectorTest.cpp.
References e(), parseDoubleArray(), testData, testDataSize, unit_assert, unit_assert_equal, TestData::windowSize, TestData::xPeakValues, TestData::xRaw, TestData::yPeakValues, and TestData::yRaw.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 116 of file LocalMaximumPeakDetectorTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 32 of file LocalMaximumPeakDetectorTest.cpp.
| const TestData testData[] |
Definition at line 44 of file LocalMaximumPeakDetectorTest.cpp.
Definition at line 71 of file LocalMaximumPeakDetectorTest.cpp.
Referenced by test().
1.8.1.1