|
ProteoWizard
|
#include "obo.hpp"#include "pwiz/utility/misc/unit.hpp"#include <boost/filesystem/operations.hpp>#include "pwiz/utility/misc/Std.hpp"#include <cstring>Go to the source code of this file.
Functions | |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| const char * | oboText_ = "\n" |
| void test | ( | ) |
Definition at line 133 of file obotest.cpp.
References pwiz::data::OBO::filename, pwiz::data::OBO::header, oboText_, os_, pwiz::data::OBO::prefix, pwiz::data::OBO::terms, and unit_assert.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 232 of file obotest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 35 of file obotest.cpp.
| const char* oboText_ = "\n" |
Definition at line 38 of file obotest.cpp.
Referenced by test().
1.8.1.1