ProteoWizard
|
test implementations derive from this to define which paths should be tested More...
#include <VendorReaderTestHarness.hpp>
Public Member Functions | |
virtual bool | operator() (const std::string &rawpath) const =0 |
returns true iff the given rawpath is a real path to test/generate | |
virtual | ~TestPathPredicate () |
test implementations derive from this to define which paths should be tested
Definition at line 34 of file VendorReaderTestHarness.hpp.
|
inlinevirtual |
Definition at line 39 of file VendorReaderTestHarness.hpp.
|
pure virtual |
returns true iff the given rawpath is a real path to test/generate
Implemented in IsRawFile, IsWiffFile, Is_T2D_Directory, IsDirectory, IsDirectory, and IsRawData.