|
ProteoWizard
|
#include "References.hpp"#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/minimxml/XMLWriter.hpp"#include "TextWriter.hpp"#include "pwiz/utility/misc/Std.hpp"Go to the source code of this file.
Macros | |
| #define | PWIZ_SOURCE |
Functions | |
| IdentData | createMzid () |
| void | testContactRole () |
| void | testAnalysisSampleCollection () |
| void | testContacts () |
| void | testDBSequence () |
| void | testMeasure () |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| #define PWIZ_SOURCE |
Definition at line 23 of file ReferencesTest.cpp.
| IdentData createMzid | ( | ) |
Definition at line 38 of file ReferencesTest.cpp.
References pwiz::identdata::IdentData::auditCollection.
| void testContactRole | ( | ) |
Definition at line 54 of file ReferencesTest.cpp.
References pwiz::identdata::IdentData::analysisSampleCollection, pwiz::identdata::IdentData::analysisSoftwareList, pwiz::identdata::IdentData::auditCollection, pwiz::identdata::Provider::contactRolePtr, MS_role_type, pwiz::identdata::IdentData::provider, pwiz::identdata::References::resolve(), pwiz::identdata::AnalysisSampleCollection::samples, and unit_assert.
| void testAnalysisSampleCollection | ( | ) |
Definition at line 88 of file ReferencesTest.cpp.
References pwiz::identdata::IdentData::analysisSampleCollection, pwiz::identdata::References::resolve(), pwiz::identdata::AnalysisSampleCollection::samples, and unit_assert.
| void testContacts | ( | ) |
Definition at line 114 of file ReferencesTest.cpp.
References pwiz::identdata::Person::affiliations, pwiz::identdata::IdentData::auditCollection, pwiz::identdata::References::resolve(), and unit_assert.
Referenced by test().
| void testDBSequence | ( | ) |
Definition at line 151 of file ReferencesTest.cpp.
References pwiz::identdata::IdentData::dataCollection, pwiz::identdata::SequenceCollection::dbSequences, pwiz::identdata::DataCollection::inputs, pwiz::identdata::References::resolve(), pwiz::identdata::Inputs::searchDatabase, pwiz::identdata::IdentData::sequenceCollection, and unit_assert.
| void testMeasure | ( | ) |
Definition at line 185 of file ReferencesTest.cpp.
References pwiz::identdata::DataCollection::analysisData, pwiz::identdata::IdentData::dataCollection, pwiz::identdata::References::resolve(), pwiz::identdata::AnalysisData::spectrumIdentificationList, and unit_assert_operator_equal.
| void test | ( | ) |
Definition at line 212 of file ReferencesTest.cpp.
References testAnalysisSampleCollection(), testContactRole(), testContacts(), testDBSequence(), and testMeasure().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 221 of file ReferencesTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG_EX.
| ostream* os_ = 0 |
Definition at line 36 of file ReferencesTest.cpp.
1.8.1.1