ProteoWizard
|
#include "Diff.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/misc/Std.hpp"
#include <cstring>
Go to the source code of this file.
Functions | |
void | testContact () |
void | testInstrument () |
void | testConfiguration () |
void | testPrediction () |
void | testValidation () |
void | testEvidence () |
void | testRetentionTime () |
void | testProtein () |
void | testModification () |
void | testPeptide () |
void | testCompound () |
void | testTransition () |
void | testTarget () |
void | testSoftware () |
void | testTraData () |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void testContact | ( | ) |
Definition at line 37 of file DiffTest.cpp.
References pwiz::data::ParamContainer::cvParams, diff(), pwiz::tradata::Contact::id, MS_m_z, os_, unit_assert, and pwiz::data::ParamContainer::userParams.
void testInstrument | ( | ) |
Definition at line 60 of file DiffTest.cpp.
References pwiz::data::ParamContainer::cvParams, diff(), pwiz::tradata::Instrument::id, MS_m_z, os_, unit_assert, and pwiz::data::ParamContainer::userParams.
Referenced by test().
void testConfiguration | ( | ) |
Definition at line 83 of file DiffTest.cpp.
References pwiz::tradata::Configuration::contactPtr, pwiz::data::ParamContainer::cvParams, diff(), pwiz::tradata::Configuration::instrumentPtr, MS_m_z, os_, unit_assert, and pwiz::data::ParamContainer::userParams.
void testPrediction | ( | ) |
Definition at line 108 of file DiffTest.cpp.
References pwiz::tradata::Prediction::contactPtr, pwiz::data::ParamContainer::cvParams, diff(), MS_m_z, os_, pwiz::tradata::Prediction::softwarePtr, unit_assert, and pwiz::data::ParamContainer::userParams.
Referenced by test().
void testValidation | ( | ) |
Definition at line 131 of file DiffTest.cpp.
References pwiz::data::ParamContainer::cvParams, diff(), MS_m_z, MS_peak_intensity, os_, pwiz::data::ParamContainer::set(), unit_assert, and pwiz::data::ParamContainer::userParams.
Referenced by test().
void testEvidence | ( | ) |
Definition at line 152 of file DiffTest.cpp.
References pwiz::data::ParamContainer::cvParams, diff(), MS_m_z, MS_peak_intensity, os_, pwiz::data::ParamContainer::set(), unit_assert, and pwiz::data::ParamContainer::userParams.
Referenced by test().
void testRetentionTime | ( | ) |
Definition at line 173 of file DiffTest.cpp.
References pwiz::data::ParamContainer::cvParams, diff(), MS_m_z, MS_peak_intensity, os_, pwiz::data::ParamContainer::set(), unit_assert, and pwiz::data::ParamContainer::userParams.
Referenced by test().
void testProtein | ( | ) |
Definition at line 194 of file DiffTest.cpp.
References diff(), pwiz::proteome::Protein::id, MS_m_z, os_, pwiz::proteome::Peptide::sequence(), and unit_assert.
Referenced by test().
void testModification | ( | ) |
Definition at line 217 of file DiffTest.cpp.
References diff(), os_, and unit_assert.
void testPeptide | ( | ) |
Definition at line 237 of file DiffTest.cpp.
References diff(), MS_m_z, MS_peak_intensity, os_, pwiz::proteome::Peptide::sequence(), and unit_assert.
void testCompound | ( | ) |
Definition at line 262 of file DiffTest.cpp.
References pwiz::data::ParamContainer::cvParams, diff(), pwiz::tradata::Compound::id, MS_m_z, os_, pwiz::tradata::Compound::retentionTimes, unit_assert, and pwiz::data::ParamContainer::userParams.
Referenced by test().
void testTransition | ( | ) |
Definition at line 284 of file DiffTest.cpp.
References pwiz::tradata::Transition::configurationList, diff(), pwiz::tradata::Transition::id, MS_peak_intensity, MS_selected_ion_m_z, os_, pwiz::tradata::Transition::peptidePtr, pwiz::tradata::Transition::precursor, pwiz::tradata::Transition::product, pwiz::data::ParamContainer::set(), unit_assert, and pwiz::tradata::Configuration::validations.
Referenced by test().
void testTarget | ( | ) |
Definition at line 311 of file DiffTest.cpp.
References pwiz::tradata::Target::configurationList, diff(), pwiz::tradata::Target::id, MS_peak_intensity, MS_selected_ion_m_z, os_, pwiz::tradata::Target::peptidePtr, pwiz::tradata::Target::precursor, pwiz::data::ParamContainer::set(), unit_assert, and pwiz::tradata::Configuration::validations.
Referenced by test().
void testSoftware | ( | ) |
Definition at line 337 of file DiffTest.cpp.
References diff(), pwiz::tradata::Software::id, MS_ionization_type, os_, pwiz::data::ParamContainer::set(), unit_assert, and pwiz::tradata::Software::version.
void testTraData | ( | ) |
Definition at line 411 of file DiffTest.cpp.
References pwiz::data::Diff< object_type, config_type, object_result_type >::a_b, pwiz::data::Diff< object_type, config_type, object_result_type >::b_a, pwiz::tradata::TraData::cvs, diff(), pwiz::tradata::Publication::id, os_, pwiz::tradata::TraData::publications, pwiz::data::ParamContainer::set(), pwiz::tradata::TraData::softwarePtrs, unit_assert, and UO_dalton.
Referenced by test().
void test | ( | ) |
Definition at line 444 of file DiffTest.cpp.
References testCompound(), testConfiguration(), testContact(), testEvidence(), testInstrument(), testModification(), testPeptide(), testPrediction(), testProtein(), testRetentionTime(), testSoftware(), testTarget(), testTraData(), testTransition(), and testValidation().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 466 of file DiffTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG_EX.
ostream* os_ = 0 |
Definition at line 34 of file DiffTest.cpp.