|
ProteoWizard
|
#include "MZRTField.hpp"#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"#include <cstring>Go to the source code of this file.
Classes | |
| struct | Goober |
| struct | Simple |
| struct | MyPred |
Typedefs | |
| typedef shared_ptr< Simple > | SimplePtr |
Functions | |
| void | testPredicate () |
| void | testPredicate_Feature () |
| void | testConceptChecking () |
| void | testFind () |
| void | testPeakelField () |
| void | testFeatureField () |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
Definition at line 112 of file MZRTFieldTest.cpp.
| void testPredicate | ( | ) |
Definition at line 39 of file MZRTFieldTest.cpp.
References os_, and unit_assert.
Referenced by test().
| void testPredicate_Feature | ( | ) |
Definition at line 63 of file MZRTFieldTest.cpp.
References pwiz::data::peakdata::Feature::mz, and unit_assert.
Referenced by test().
| void testConceptChecking | ( | ) |
Definition at line 89 of file MZRTFieldTest.cpp.
Referenced by test().
| void testFind | ( | ) |
Definition at line 115 of file MZRTFieldTest.cpp.
References pwiz::analysis::MZRTField< T >::find(), and unit_assert.
| void testPeakelField | ( | ) |
Definition at line 154 of file MZRTFieldTest.cpp.
References e(), pwiz::analysis::MZRTField< T >::find(), os_, pwiz::analysis::MZRTField< T >::remove(), and unit_assert.
Referenced by test().
| void testFeatureField | ( | ) |
Definition at line 253 of file MZRTFieldTest.cpp.
References pwiz::analysis::MZRTField< T >::find(), os_, and unit_assert.
Referenced by test().
| void test | ( | ) |
Definition at line 282 of file MZRTFieldTest.cpp.
References testConceptChecking(), testFeatureField(), testFind(), testPeakelField(), testPredicate(), and testPredicate_Feature().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 293 of file MZRTFieldTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 36 of file MZRTFieldTest.cpp.
1.8.1.1