|
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 |
| void testIStream | ( | ) |
Definition at line 55 of file PeptideID_pepXMLTest.cpp.
References 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.
Referenced by main().
| void testFilename | ( | ) |
Definition at line 69 of file PeptideID_pepXMLTest.cpp.
References 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.
Referenced by MatrixIOTest::MultiReadWrite(), and MatrixIOTest::SingleReadWrite().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 84 of file PeptideID_pepXMLTest.cpp.
References os_, TEST_EPILOG, TEST_FAILED, TEST_PROLOG, and testIStream().
| ostream* os_ |
Definition at line 34 of file PeptideID_pepXMLTest.cpp.
Referenced by main().
| const char* samplePepXML |
Definition at line 36 of file PeptideID_pepXMLTest.cpp.
Referenced by testIStream().
1.8.13