ProteoWizard
Functions | Variables
PeptideID_pepXMLTest.cpp File Reference
#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"

Function Documentation

void testIStream ( )
void testFilename ( )
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().

{
TEST_PROLOG(argc, argv)
try
{
if (argc>1 && !strcmp(argv[1],"-v")) os_ = &cout;
//testFilename();
//testDone();
//testBadXML();
//testNested();
}
catch (exception& e)
{
TEST_FAILED(e.what())
}
catch (...)
{
TEST_FAILED("Caught unknown exception.")
}
}

Variable Documentation

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.