ProteoWizard
|
#include "pwiz/utility/misc/Export.hpp"
#include "pwiz/data/msdata/Reader.hpp"
#include <boost/optional.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
struct | pwiz::util::TestPathPredicate |
test implementations derive from this to define which paths should be tested More... | |
struct | pwiz::util::ReaderTestConfig |
Namespaces | |
namespace | pwiz |
namespace | pwiz::util |
Functions | |
PWIZ_API_DECL int | pwiz::util::testReader (const pwiz::msdata::Reader &reader, const std::vector< std::string > &args, bool testAcceptOnly, bool requireUnicodeSupport, const TestPathPredicate &isPathTestable, const ReaderTestConfig &config=ReaderTestConfig()) |
A common test harness for vendor readers;. | |