ProteoWizard
|
#include "pwiz/utility/misc/unit.hpp"
#include "cv.hpp"
#include "pwiz/utility/misc/Std.hpp"
#include "boost/thread/thread.hpp"
#include "boost/thread/barrier.hpp"
#include <cstring>
Go to the source code of this file.
Functions | |
void | test () |
void | testIsA () |
void | testOtherRelations () |
void | testSynonyms () |
void | testIDTranslation () |
void | testPropertyValues () |
void | testThreadSafetyWorker (boost::barrier *testBarrier) |
void | testThreadSafety (const int &testThreadCount) |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void test | ( | ) |
Definition at line 39 of file cvtest.cpp.
References pwiz::cv::cvTermInfo(), pwiz::cv::CVTermInfo::def, MS_binary_data_compression_type, MS_contact_email, MS_instrument, MS_instrument_model, MS_None_____OBSOLETE, MS_polarity, MS_sample_number, MS_zlib_compression, pwiz::cv::CVTermInfo::name, os_, pwiz::cv::CVTermInfo::parentsIsA, pwiz::cv::CVTermInfo::parentsPartOf, and unit_assert.
void testIsA | ( | ) |
Definition at line 65 of file cvtest.cpp.
References pwiz::cv::cvIsA(), MS_FT_ICR, MS_ion_trap, MS_linear_ion_trap, MS_m_z, MS_mass_analyzer_type, MS_radial_ejection_linear_ion_trap, unit_assert, UO_dalton, UO_energy_unit, UO_mass_unit, and UO_unit.
Referenced by testThreadSafetyWorker().
void testOtherRelations | ( | ) |
Definition at line 82 of file cvtest.cpp.
References pwiz::cv::cvTermInfo(), MS______KR_____P_, MS_accuracy, MS_m_z, MS_Trypsin, pwiz::cv::CVTermInfo::otherRelations, unit_assert, and UO_parts_per_million.
Referenced by testThreadSafetyWorker().
void testSynonyms | ( | ) |
Definition at line 98 of file cvtest.cpp.
References CVID_Unknown, pwiz::cv::cvTermInfo(), pwiz::cv::CVTermInfo::exactSynonyms, MS_B, MS_chemical_ionization, MS_fourier_transform_ion_cyclotron_resonance_mass_spectrometer, MS_FT_ICR, MS_QIT, pwiz::cv::CVTermInfo::name, and unit_assert.
Referenced by testThreadSafetyWorker().
void testIDTranslation | ( | ) |
Definition at line 113 of file cvtest.cpp.
References CVID_Unknown, pwiz::cv::cvTermInfo(), MS_B, MS_peak_intensity, unit_assert, and UO_information_unit.
Referenced by testThreadSafetyWorker().
void testPropertyValues | ( | ) |
Definition at line 125 of file cvtest.cpp.
References pwiz::cv::cvTermInfo(), pwiz::cv::CVTermInfo::propertyValues, UNIMOD_Phospho, and unit_assert_operator_equal.
Referenced by testThreadSafetyWorker().
void testThreadSafetyWorker | ( | boost::barrier * | testBarrier | ) |
Definition at line 141 of file cvtest.cpp.
References e(), test(), testIDTranslation(), testIsA(), testOtherRelations(), testPropertyValues(), and testSynonyms().
void testThreadSafety | ( | const int & | testThreadCount | ) |
Definition at line 164 of file cvtest.cpp.
References testThreadSafetyWorker().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 174 of file cvtest.cpp.
References e(), os_, TEST_EPILOG, TEST_FAILED, TEST_PROLOG, and testThreadSafety().
ostream* os_ = 0 |
Definition at line 36 of file cvtest.cpp.