|
ProteoWizard
|
#include "Std.hpp"#include "TabReader.hpp"#include "MSIHandler.hpp"#include "unit.hpp"#include "pwiz/utility/misc/Filesystem.hpp"#include <cstring>Go to the source code of this file.
Functions | |
| void | testDefaultTabHandler (const bfs::path &datafile) |
| void | testMSIHandler (const bfs::path &datafile) |
| void | runTests (const bfs::path &datapath) |
| int | main (int argc, char **argv) |
Variables | |
| ostream * | os_ = NULL |
| void testDefaultTabHandler | ( | const bfs::path & | datafile | ) |
Definition at line 35 of file TabReaderTest.cpp.
References pwiz::utility::VectorTabHandler::begin(), pwiz::utility::VectorTabHandler::end(), pwiz::utility::TabReader::process(), pwiz::utility::TabReader::setHandler(), unit_assert, pwiz::msdata::id::value(), x, and y.
Referenced by runTests().
| void testMSIHandler | ( | const bfs::path & | datafile | ) |
Definition at line 65 of file TabReaderTest.cpp.
References pwiz::utility::TabReader::process(), and pwiz::utility::TabReader::setHandler().
Referenced by runTests().
| void runTests | ( | const bfs::path & | datapath | ) |
Definition at line 74 of file TabReaderTest.cpp.
References testDefaultTabHandler(), and testMSIHandler().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 80 of file TabReaderTest.cpp.
References e(), os_, runTests(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = NULL |
Definition at line 33 of file TabReaderTest.cpp.
1.8.1.1