ProteoWizard
|
#include "ProteomeDataFile.hpp"
#include "Diff.hpp"
#include "examples.hpp"
#include "Reader_FASTA.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/misc/Filesystem.hpp"
#include "pwiz/utility/misc/Std.hpp"
#include <boost/iostreams/filtering_stream.hpp>
#include <boost/iostreams/filter/gzip.hpp>
#include <boost/iostreams/device/file_descriptor.hpp>
#include <boost/iostreams/copy.hpp>
Go to the source code of this file.
Classes | |
class | TestReader |
Functions | |
void | validateWriteRead (const ProteomeDataFile::WriteConfig &writeConfig, const DiffConfig diffConfig) |
void | test () |
void | testReader () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
string | filenameBase_ = "temp.ProteomeDataFileTest" |
void validateWriteRead | ( | const ProteomeDataFile::WriteConfig & | writeConfig, |
const DiffConfig | diffConfig | ||
) |
Definition at line 49 of file ProteomeDataFileTest.cpp.
References diff(), filename1, filenameBase_, pwiz::proteome::ProteomeDataFile::WriteConfig::format, Format_FASTA, pwiz::proteome::Reader_FASTA::Config::indexed, pwiz::proteome::ProteomeDataFile::WriteConfig::indexed, pwiz::identdata::examples::initializeTiny(), os_, unit_assert, pwiz::proteome::ProteomeDataFile::write(), and write().
void test | ( | ) |
Definition at line 124 of file ProteomeDataFileTest.cpp.
References pwiz::proteome::ProteomeDataFile::WriteConfig::indexed, and validateWriteRead().
void testReader | ( | ) |
Definition at line 172 of file ProteomeDataFileTest.cpp.
References TestReader::count, filenameBase_, os_, and unit_assert.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 194 of file ProteomeDataFileTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, TEST_PROLOG, and pwiz::util::testReader().
ostream* os_ = 0 |
Definition at line 43 of file ProteomeDataFileTest.cpp.
string filenameBase_ = "temp.ProteomeDataFileTest" |
Definition at line 46 of file ProteomeDataFileTest.cpp.