|
ProteoWizard
|
#include "References.hpp"#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"#include "pwiz/utility/minimxml/XMLWriter.hpp"Go to the source code of this file.
Functions | |
| void | testTransition () |
| void | testTraData () |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| void testTransition | ( | ) |
Definition at line 38 of file ReferencesTest.cpp.
References pwiz::tradata::Transition::compoundPtr, pwiz::tradata::TraData::compoundPtrs, MS_peak_intensity, MS_theoretical_mass, os_, pwiz::tradata::Transition::peptidePtr, pwiz::tradata::TraData::peptidePtrs, pwiz::identdata::References::resolve(), and unit_assert.
| void testTraData | ( | ) |
Definition at line 67 of file ReferencesTest.cpp.
References pwiz::tradata::Transition::compoundPtr, pwiz::tradata::TraData::compoundPtrs, MS_peak_intensity, MS_theoretical_mass, pwiz::tradata::Transition::peptidePtr, pwiz::tradata::TraData::peptidePtrs, pwiz::tradata::TraData::proteinPtrs, pwiz::identdata::References::resolve(), pwiz::tradata::TraData::transitions, and unit_assert.
| void test | ( | ) |
Definition at line 97 of file ReferencesTest.cpp.
References testTraData(), and testTransition().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 104 of file ReferencesTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG_EX.
| ostream* os_ = 0 |
Definition at line 34 of file ReferencesTest.cpp.
1.8.1.1