ProteoWizard
|
#include "KwCVMap.hpp"
#include "examples.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/misc/Std.hpp"
Go to the source code of this file.
Functions | |
void | testCVMap () |
void | testRegexCVMap () |
void | testCVMapIO () |
void | testRegexCVMapIO () |
void | testVectorIO () |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void testCVMap | ( | ) |
Definition at line 35 of file KwCVMapTest.cpp.
References pwiz::identdata::CVMap::cvid, pwiz::identdata::CVMap::keyword, MS_sample_name, os_, and unit_assert.
Referenced by test().
void testRegexCVMap | ( | ) |
Definition at line 48 of file KwCVMapTest.cpp.
References pwiz::identdata::CVMap::cvid, MS_sample_name, os_, and unit_assert.
Referenced by test().
void testCVMapIO | ( | ) |
Definition at line 64 of file KwCVMapTest.cpp.
References MS_sample_name, os_, and unit_assert.
Referenced by test().
void testRegexCVMapIO | ( | ) |
Definition at line 95 of file KwCVMapTest.cpp.
References MS_sample_name, os_, and unit_assert.
Referenced by test().
void testVectorIO | ( | ) |
Definition at line 126 of file KwCVMapTest.cpp.
References os_, and unit_assert.
Referenced by test().
void test | ( | ) |
Definition at line 158 of file KwCVMapTest.cpp.
References testCVMap(), testCVMapIO(), testRegexCVMap(), testRegexCVMapIO(), and testVectorIO().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 167 of file KwCVMapTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 32 of file KwCVMapTest.cpp.