|
ProteoWizard
|
#include "pwiz/utility/misc/Std.hpp"#include <cstring>#include "PeptideID_pepXML.hpp"#include "pwiz/utility/minimxml/SAXParser.hpp"#include "pwiz/utility/misc/unit.hpp"Go to the source code of this file.
Functions | |
| void | testIStream () |
| void | testFilename () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ |
| const char * | samplePepXML = "</msms_pipeline_analysis>\n" |
| void testIStream | ( | ) |
Definition at line 55 of file PeptideID_pepXMLTest.cpp.
References e(), pwiz::peptideid::PeptideID::Record::nativeID, pwiz::peptideid::PeptideID::Record::normalizedScore, pwiz::peptideid::PeptideID_pepXml::record(), samplePepXML, pwiz::peptideid::PeptideID::Record::sequence, unit_assert, and unit_assert_equal.
| void testFilename | ( | ) |
Definition at line 69 of file PeptideID_pepXMLTest.cpp.
References e(), pwiz::peptideid::PeptideID::Record::nativeID, pwiz::peptideid::PeptideID::Record::normalizedScore, pwiz::peptideid::PeptideID_pepXml::record(), pwiz::peptideid::PeptideID::Record::sequence, unit_assert, and unit_assert_equal.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 84 of file PeptideID_pepXMLTest.cpp.
References e(), os_, TEST_EPILOG, TEST_FAILED, TEST_PROLOG, and testIStream().
| ostream* os_ |
Definition at line 34 of file PeptideID_pepXMLTest.cpp.
| const char* samplePepXML = "</msms_pipeline_analysis>\n" |
Definition at line 36 of file PeptideID_pepXMLTest.cpp.
1.8.1.1