|
ProteoWizard
|
#include "Reader.hpp"#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"#include <cstring>Go to the source code of this file.
Classes | |
| class | Reader1 |
| struct | Reader1::Config |
| class | Reader2 |
| struct | Reader2::Config |
Functions | |
| void | testGet () |
| void | testAccept () |
| void | testRead () |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| void testGet | ( | ) |
Definition at line 117 of file ReaderTest.cpp.
References pwiz::proteome::ReaderList::get(), os_, and unit_assert.
| void testAccept | ( | ) |
Definition at line 137 of file ReaderTest.cpp.
References pwiz::proteome::Reader::accept(), os_, and unit_assert.
| void testRead | ( | ) |
Definition at line 156 of file ReaderTest.cpp.
References pwiz::proteome::Reader::accept(), Reader1::config, Reader2::config, Reader1::Config::done, Reader2::Config::done, pwiz::proteome::ReaderList::get(), os_, pwiz::proteome::ReaderList::read(), and unit_assert.
| void test | ( | ) |
Definition at line 186 of file ReaderTest.cpp.
References testAccept(), testGet(), and testRead().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 194 of file ReaderTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG_EX.
| ostream* os_ = 0 |
Definition at line 34 of file ReaderTest.cpp.
1.8.1.1