ProteoWizard
|
#include "TraDataFile.hpp"
#include "Diff.hpp"
#include "IO.hpp"
#include "examples.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.
Functions | |
void | hackInMemoryTraData (TraData &td) |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
string | filenameBase_ = "temp.TraDataFileTest" |
void hackInMemoryTraData | ( | TraData & | td | ) |
Definition at line 47 of file TraDataFileTest.cpp.
References pwiz::tradata::TraData::softwarePtrs.
Referenced by test().
void test | ( | ) |
Definition at line 56 of file TraDataFileTest.cpp.
References diff(), filename1, filenameBase_, hackInMemoryTraData(), pwiz::identdata::examples::initializeTiny(), os_, unit_assert, pwiz::tradata::TraDataFile::write(), and write().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 114 of file TraDataFileTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 42 of file TraDataFileTest.cpp.
string filenameBase_ = "temp.TraDataFileTest" |
Definition at line 45 of file TraDataFileTest.cpp.