ProteoWizard
|
#include "pwiz/utility/misc/unit.hpp"
#include "Peptide.hpp"
#include "pwiz/utility/misc/Std.hpp"
#include "boost/thread/thread.hpp"
#include "boost/thread/barrier.hpp"
Go to the source code of this file.
Classes | |
struct | TestPeptide |
struct | TestModification |
struct | TestModifiedPeptide |
struct | TestOperator |
struct | TestFragmentation |
Functions | |
void | test () |
void | peptideTest () |
void | modificationTest () |
void | operatorTest () |
void | writeFragmentation (const Peptide &p, const Fragmentation &f, ostream &os) |
void | fragmentTest () |
void | testThreadSafetyWorker (boost::barrier *testBarrier) |
void | testThreadSafety (const int &testThreadCount) |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
const char * | sequences [] |
TestPeptide | testPeptides [] |
const size_t | testPeptidesSize = sizeof(testPeptides)/sizeof(TestPeptide) |
TestModification | testModifications [] |
TestModifiedPeptide | testModifiedPeptides [] |
const size_t | testModificationsSize = sizeof(testModifications)/sizeof(TestModification) |
const size_t | testModifiedPeptidesSize = sizeof(testModifiedPeptides)/sizeof(TestModifiedPeptide) |
const TestOperator | testOperators [] |
const size_t | testOperatorsSize = sizeof(testOperators)/sizeof(TestOperator) |
const TestFragmentation | testFragmentations [] |
const size_t | testFragmentationsSize = sizeof(testFragmentations)/sizeof(TestFragmentation) |
void test | ( | ) |
Definition at line 39 of file PeptideTest.cpp.
References pwiz::proteome::Peptide::formula(), os_, and pwiz::proteome::Peptide::sequence().
void peptideTest | ( | ) |
Definition at line 79 of file PeptideTest.cpp.
References TestPeptide::avgMassNeutral, TestPeptide::avgMassPlus1, TestPeptide::avgMassPlus2, pwiz::proteome::Peptide::formula(), pwiz::proteome::Peptide::molecularWeight(), pwiz::chemistry::Formula::molecularWeight(), pwiz::proteome::Peptide::monoisotopicMass(), pwiz::chemistry::Formula::monoisotopicMass(), TestPeptide::monoMassNeutral, TestPeptide::monoMassPlus1, TestPeptide::monoMassPlus2, os_, pwiz::identdata::peptide(), TestPeptide::sequence, pwiz::proteome::Peptide::sequence(), testPeptides, testPeptidesSize, and unit_assert_equal.
Referenced by testThreadSafetyWorker().
void modificationTest | ( | ) |
Definition at line 411 of file PeptideTest.cpp.
References TestModifiedPeptide::avgMass, TestModification::deltaAvgMass, TestModification::deltaMonoMass, e(), pwiz::proteome::ModificationMap::end(), TestModifiedPeptide::exception, pwiz::proteome::ModificationMap::find(), pwiz::proteome::Peptide::formula(), TestModification::formula, boost::lexical_cast(), TestModifiedPeptide::md, ModificationParsing_Off, pwiz::proteome::Peptide::modifications(), TestModifiedPeptide::mods, TestModifiedPeptide::modsHaveFormulas, pwiz::proteome::Peptide::molecularWeight(), pwiz::chemistry::Formula::molecularWeight(), pwiz::proteome::Peptide::monoisotopicMass(), pwiz::chemistry::Formula::monoisotopicMass(), TestModifiedPeptide::monoMass, TestModifiedPeptide::mp, os_, pwiz::identdata::peptide(), pwiz::proteome::Peptide::sequence(), TestModifiedPeptide::sequence, testModifications, testModifiedPeptides, testModifiedPeptidesSize, unit_assert, unit_assert_equal, and unit_assert_throws_what.
Referenced by testThreadSafetyWorker().
void operatorTest | ( | ) |
Definition at line 550 of file PeptideTest.cpp.
References TestOperator::compare, e(), pwiz::util::virtual_map< keyT, valueT, _Pr, _Alloc >::empty(), boost::lexical_cast(), TestOperator::lhsPeptide, pwiz::proteome::Peptide::modifications(), TestOperator::rhsPeptide, testOperators, testOperatorsSize, and unit_assert.
Referenced by testThreadSafetyWorker().
void writeFragmentation | ( | const Peptide & | p, |
const Fragmentation & | f, | ||
ostream & | os | ||
) |
Definition at line 634 of file PeptideTest.cpp.
References pwiz::proteome::Fragmentation::a(), pwiz::proteome::Fragmentation::b(), pwiz::proteome::Fragmentation::c(), pwiz::proteome::Peptide::sequence(), pwiz::proteome::Fragmentation::x(), pwiz::proteome::Fragmentation::y(), and pwiz::proteome::Fragmentation::z().
Referenced by fragmentTest().
void fragmentTest | ( | ) |
Definition at line 669 of file PeptideTest.cpp.
References pwiz::proteome::Fragmentation::a(), TestFragmentation::a1, TestFragmentation::a1Plus2, TestFragmentation::aN, TestFragmentation::aNPlus2, pwiz::proteome::Fragmentation::b(), TestFragmentation::b1, TestFragmentation::b1Plus2, TestFragmentation::bN, TestFragmentation::bNPlus2, pwiz::proteome::Fragmentation::c(), TestFragmentation::c1, TestFragmentation::c1Plus2, TestFragmentation::cN, TestFragmentation::cNPlus2, pwiz::proteome::Peptide::fragmentation(), pwiz::proteome::Peptide::modifications(), pwiz::proteome::Modification::monoisotopicDeltaMass(), pwiz::proteome::Peptide::monoisotopicMass(), os_, pwiz::identdata::peptide(), pwiz::chemistry::Proton, pwiz::proteome::Peptide::sequence(), TestFragmentation::sequence, testFragmentations, testFragmentationsSize, unit_assert_equal, writeFragmentation(), pwiz::proteome::Fragmentation::x(), TestFragmentation::x1, TestFragmentation::x1Plus2, TestFragmentation::xN, TestFragmentation::xNPlus2, pwiz::proteome::Fragmentation::y(), TestFragmentation::y1, TestFragmentation::y1Plus2, TestFragmentation::yN, TestFragmentation::yNPlus2, pwiz::proteome::Fragmentation::z(), TestFragmentation::z1, TestFragmentation::z1Plus2, TestFragmentation::zN, and TestFragmentation::zNPlus2.
Referenced by testThreadSafetyWorker().
void testThreadSafetyWorker | ( | boost::barrier * | testBarrier | ) |
Definition at line 833 of file PeptideTest.cpp.
References e(), fragmentTest(), modificationTest(), operatorTest(), and peptideTest().
void testThreadSafety | ( | const int & | testThreadCount | ) |
Definition at line 854 of file PeptideTest.cpp.
References testThreadSafetyWorker().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 864 of file PeptideTest.cpp.
References e(), os_, TEST_EPILOG, TEST_FAILED, TEST_PROLOG, and testThreadSafety().
ostream* os_ = 0 |
Definition at line 36 of file PeptideTest.cpp.
const char* sequences[] |
Definition at line 49 of file PeptideTest.cpp.
TestPeptide testPeptides[] |
Definition at line 68 of file PeptideTest.cpp.
Referenced by peptideTest().
const size_t testPeptidesSize = sizeof(testPeptides)/sizeof(TestPeptide) |
Definition at line 77 of file PeptideTest.cpp.
Referenced by peptideTest().
TestModification testModifications[] |
Definition at line 120 of file PeptideTest.cpp.
Referenced by modificationTest().
TestModifiedPeptide testModifiedPeptides[] |
Definition at line 145 of file PeptideTest.cpp.
Referenced by modificationTest().
const size_t testModificationsSize = sizeof(testModifications)/sizeof(TestModification) |
Definition at line 408 of file PeptideTest.cpp.
const size_t testModifiedPeptidesSize = sizeof(testModifiedPeptides)/sizeof(TestModifiedPeptide) |
Definition at line 409 of file PeptideTest.cpp.
Referenced by modificationTest().
const TestOperator testOperators[] |
Definition at line 525 of file PeptideTest.cpp.
Referenced by operatorTest().
const size_t testOperatorsSize = sizeof(testOperators)/sizeof(TestOperator) |
Definition at line 548 of file PeptideTest.cpp.
Referenced by operatorTest().
const TestFragmentation testFragmentations[] |
Definition at line 611 of file PeptideTest.cpp.
Referenced by fragmentTest().
const size_t testFragmentationsSize = sizeof(testFragmentations)/sizeof(TestFragmentation) |
Definition at line 632 of file PeptideTest.cpp.
Referenced by fragmentTest().