|
ProteoWizard
|
#include "DataFetcherContainer.hpp"#include "pwiz/data/misc/MinimumPepXML.hpp"#include "pwiz/utility/misc/unit.hpp"#include "boost/shared_ptr.hpp"Go to the source code of this file.
Typedefs | |
| typedef boost::shared_ptr < DataFetcherContainer > | DfcPtr |
Functions | |
| void | testAdjustRT () |
| void | testGetAnchors () |
| void | testWarpRT () |
| int | main (int argc, char *argv[]) |
| typedef boost::shared_ptr<DataFetcherContainer> DfcPtr |
Definition at line 39 of file DataFetcherContainerTest.cpp.
| void testAdjustRT | ( | ) |
Definition at line 236 of file DataFetcherContainerTest.cpp.
References makeFeature(), makeSpectrumQuery(), os_, pwiz::data::pepxml::SpectrumQuery::retentionTimeSec, and unit_assert.
Referenced by main().
| void testGetAnchors | ( | ) |
Definition at line 308 of file DataFetcherContainerTest.cpp.
References pwiz::eharmony::Default, and unit_assert.
Referenced by main().
| void testWarpRT | ( | ) |
Definition at line 358 of file DataFetcherContainerTest.cpp.
References epsilon, pwiz::eharmony::Linear, and unit_assert_equal.
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 403 of file DataFetcherContainerTest.cpp.
References e(), os_, testAdjustRT(), testGetAnchors(), and testWarpRT().
1.8.1.1