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 parseDoubleArray(), 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 pwiz::proteome::TextWriter::child(), pwiz::tradata::TextWriter::child(), pwiz::identdata::TextWriter::child(), pwiz::msdata::TextWriter::child(), pwiz::util::SHA1_ostream::explicitFlush(), main(), pwiz::proteome::TextWriter::operator()(), pwiz::tradata::TextWriter::operator()(), pwiz::msdata::TextWriter::operator()(), pwiz::identdata::TextWriter::operator()(), pwiz::identdata::TextWriter::TextWriter(), and pwiz::identdata::DelimWriter::write().
const TestData testData[] |
Definition at line 43 of file CwtPeakDetectorTest.cpp.
Definition at line 99 of file CwtPeakDetectorTest.cpp.
Referenced by test().