ProteoWizard
|
#include "pwiz/utility/misc/Std.hpp"
#include <cstring>
#include "PeptideID_flat.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 | testMSInspectIStream () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ |
const char * | sampleFlat |
const char * | sampleMSI |
void testIStream | ( | ) |
Definition at line 48 of file PeptideID_flatTest.cpp.
References pwiz::peptideid::PeptideID::Record::nativeID, pwiz::peptideid::PeptideID::Record::normalizedScore, pwiz::peptideid::PeptideID_flat::record(), sampleFlat, pwiz::peptideid::PeptideID::Record::sequence, unit_assert, and unit_assert_equal.
Referenced by main().
void testMSInspectIStream | ( | ) |
Definition at line 62 of file PeptideID_flatTest.cpp.
References pwiz::peptideid::PeptideID::Record::nativeID, pwiz::peptideid::PeptideID::Record::normalizedScore, pwiz::peptideid::PeptideID_flat::record(), sampleMSI, pwiz::peptideid::PeptideID::Record::sequence, unit_assert, and unit_assert_equal.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 91 of file PeptideID_flatTest.cpp.
References os_, TEST_EPILOG, TEST_FAILED, TEST_PROLOG, testIStream(), and testMSInspectIStream().
ostream* os_ |
Definition at line 34 of file PeptideID_flatTest.cpp.
Referenced by main().
const char* sampleFlat |
Definition at line 36 of file PeptideID_flatTest.cpp.
Referenced by testIStream().
const char* sampleMSI |
Definition at line 40 of file PeptideID_flatTest.cpp.
Referenced by testMSInspectIStream().