|
ProteoWizard
|
#include "pwiz/utility/misc/Std.hpp"#include "pwiz/data/identdata/DefaultReaderList.hpp"#include "pwiz/data/identdata/IdentDataFile.hpp"#include "pwiz/utility/misc/unit.hpp"#include "Serializer_protXML.hpp"#include "Diff.hpp"#include "References.hpp"#include "examples.hpp"#include "pwiz/utility/misc/Filesystem.hpp"#include "pwiz/data/proteome/Digestion.hpp"#include "TextWriter.hpp"#include "boost/range/adaptor/transformed.hpp"#include "boost/range/algorithm/max_element.hpp"#include "boost/range/algorithm/min_element.hpp"#include <cstring>Go to the source code of this file.
Functions | |
| void | testSerialize (const string &example_data_dir) |
| int | main (int argc, char **argv) |
Variables | |
| ostream * | os_ = 0 |
| void testSerialize | ( | const string & | example_data_dir | ) |
Definition at line 50 of file Serializer_protXML_Test.cpp.
References pwiz::data::BaseDiffConfig::ignoreVersions, os_, pwiz::identdata::ReaderList::read(), and unit_assert.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 95 of file Serializer_protXML_Test.cpp.
References e(), os_, TEST_EPILOG, TEST_FAILED, TEST_PROLOG, and testSerialize().
| ostream* os_ = 0 |
Definition at line 48 of file Serializer_protXML_Test.cpp.
1.8.1.1