ProteoWizard
|
#include "ChromatogramList_mzML.hpp"
#include "Serializer_mzML.hpp"
#include "examples.hpp"
#include "pwiz/utility/minimxml/XMLWriter.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/misc/Std.hpp"
Go to the source code of this file.
Functions | |
void | test (bool indexed) |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void test | ( | bool | indexed | ) |
Definition at line 40 of file ChromatogramList_mzML_Test.cpp.
References pwiz::msdata::MSData::dataProcessingPtrs, pwiz::msdata::Serializer_mzML::Config::indexed, pwiz::identdata::examples::initializeTiny(), os_, unit_assert, and pwiz::msdata::Serializer_mzML::write().
void test | ( | ) |
Definition at line 112 of file ChromatogramList_mzML_Test.cpp.
References test().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 122 of file ChromatogramList_mzML_Test.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 37 of file ChromatogramList_mzML_Test.cpp.