ProteoWizard
|
#include "pwiz/utility/misc/unit.hpp"
#include "AminoAcid.hpp"
#include <cstring>
#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 | TestAminoAcid |
Functions | |
bool | hasLowerMass (const AminoAcid::Info::Record &a, const AminoAcid::Info::Record &b) |
void | printRecord (ostream *os, const AminoAcid::Info::Record &record) |
void | test () |
void | testThreadSafetyWorker (boost::barrier *testBarrier) |
void | testThreadSafety (const int &testThreadCount) |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
TestAminoAcid | testAminoAcids [] |
bool hasLowerMass | ( | const AminoAcid::Info::Record & | a, |
const AminoAcid::Info::Record & | b | ||
) |
Definition at line 42 of file AminoAcidTest.cpp.
References pwiz::proteome::AminoAcid::Info::Record::formula, and pwiz::chemistry::Formula::monoisotopicMass().
Referenced by test().
void printRecord | ( | ostream * | os, |
const AminoAcid::Info::Record & | record | ||
) |
Definition at line 48 of file AminoAcidTest.cpp.
References pwiz::proteome::AminoAcid::Info::Record::abundance, pwiz::proteome::AminoAcid::Info::Record::formula, pwiz::chemistry::Formula::molecularWeight(), pwiz::chemistry::Formula::monoisotopicMass(), pwiz::proteome::AminoAcid::Info::Record::name, pwiz::proteome::AminoAcid::Info::Record::residueFormula, and pwiz::proteome::AminoAcid::Info::Record::symbol.
Referenced by test().
void test | ( | ) |
Definition at line 102 of file AminoAcidTest.cpp.
References pwiz::proteome::AminoAcid::Info::Record::abundance, Alanine, TestAminoAcid::avgMass, C, H, hasLowerMass(), pwiz::chemistry::Formula::molecularWeight(), pwiz::chemistry::Formula::monoisotopicMass(), TestAminoAcid::monoMass, N, O, os_, printRecord(), pwiz::proteome::AminoAcid::Info::record(), pwiz::proteome::AminoAcid::Info::Record::residueFormula, S, Se, Selenocysteine, sort(), TestAminoAcid::symbol, testAminoAcids, unit_assert, and unit_assert_equal.
void testThreadSafetyWorker | ( | boost::barrier * | testBarrier | ) |
Definition at line 191 of file AminoAcidTest.cpp.
void testThreadSafety | ( | const int & | testThreadCount | ) |
Definition at line 209 of file AminoAcidTest.cpp.
References testThreadSafetyWorker().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 219 of file AminoAcidTest.cpp.
References e(), os_, TEST_EPILOG, TEST_FAILED, TEST_PROLOG, and testThreadSafety().
ostream* os_ = 0 |
Definition at line 39 of file AminoAcidTest.cpp.
TestAminoAcid testAminoAcids[] |
Definition at line 73 of file AminoAcidTest.cpp.
Referenced by test().