|
ProteoWizard
|
#include "pwiz/utility/misc/unit.hpp"#include "IdentData.hpp"#include "Serializer_Text.hpp"#include "TextWriter.hpp"#include "examples.hpp"#include "pwiz/utility/misc/Std.hpp"Go to the source code of this file.
Macros | |
| #define | PWIZ_SOURCE |
Functions | |
| void | testSerializeRead () |
| void | testSerializeWrite () |
| void | test () |
| int | main (int argc, char **argv) |
Variables | |
| ostream * | os_ = 0 |
| #define PWIZ_SOURCE |
Definition at line 23 of file Serializer_Text_Test.cpp.
| void testSerializeRead | ( | ) |
Definition at line 37 of file Serializer_Text_Test.cpp.
References os_, and pwiz::identdata::Serializer_Text::read().
Referenced by test().
| void testSerializeWrite | ( | ) |
Definition at line 64 of file Serializer_Text_Test.cpp.
References pwiz::identdata::examples::initializeBasicSpectrumIdentification(), os_, and pwiz::identdata::Serializer_Text::write().
Referenced by test().
| void test | ( | ) |
Definition at line 83 of file Serializer_Text_Test.cpp.
References testSerializeRead(), and testSerializeWrite().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 89 of file Serializer_Text_Test.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 35 of file Serializer_Text_Test.cpp.
1.8.1.1