|
ProteoWizard
|
#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"#include "pwiz/utility/misc/Filesystem.hpp"#include "Reader.hpp"#include "examples.hpp"#include "MSDataFile.hpp"#include "pwiz/data/vendor_readers/ExtendedReaderList.hpp"#include <cstring>Go to the source code of this file.
Classes | |
| class | Reader1 |
| struct | Reader1::ReaderConfig |
| class | Reader2 |
| struct | Reader2::ReaderConfig |
Functions | |
| void | testGet () |
| void | testAccept () |
| void | testRead () |
| void | testIdentifyFileFormat () |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| void testGet | ( | ) |
Definition at line 128 of file ReaderTest.cpp.
References Reader2::ReaderConfig::color, pwiz::msdata::ReaderList::get(), os_, Reader2::readerConfig, and unit_assert.
| void testAccept | ( | ) |
Definition at line 163 of file ReaderTest.cpp.
References pwiz::msdata::Reader::accept(), os_, and unit_assert.
| void testRead | ( | ) |
Definition at line 182 of file ReaderTest.cpp.
References pwiz::msdata::Reader::accept(), Reader1::ReaderConfig::done, Reader2::ReaderConfig::done, pwiz::msdata::ReaderList::get(), os_, pwiz::msdata::ReaderList::read(), Reader1::readerConfig, Reader2::readerConfig, and unit_assert.
| void testIdentifyFileFormat | ( | ) |
Definition at line 212 of file ReaderTest.cpp.
References pwiz::msdata::MSDataFile::WriteConfig::format, pwiz::msdata::identifyFileFormat(), pwiz::identdata::examples::initializeTiny(), MS_ABI_WIFF_file, MS_ISB_mzXML_file, MS_Mascot_MGF_file, MS_MS2_file, MS_mz5_file, MS_mzML_file, MS_Waters_raw_file, unit_assert_operator_equal, and write().
Referenced by test().
| void test | ( | ) |
Definition at line 255 of file ReaderTest.cpp.
References testAccept(), testGet(), testIdentifyFileFormat(), and testRead().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 264 of file ReaderTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG_EX.
| ostream* os_ = 0 |
Definition at line 39 of file ReaderTest.cpp.
1.8.1.1