ProteoWizard
|
#include "Diff.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "pwiz/utility/misc/Std.hpp"
#include <cstring>
Go to the source code of this file.
Functions | |
void | testProteinList () |
void | testProteomeData () |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void testProteinList | ( | ) |
Definition at line 54 of file DiffTest.cpp.
References pwiz::data::Diff< object_type, config_type, object_result_type >::a_b, pwiz::data::Diff< object_type, config_type, object_result_type >::b_a, diff(), pwiz::proteome::DiffConfig::ignoreMetadata, os_, pwiz::proteome::ProteinListSimple::proteins, and unit_assert.
Referenced by test().
void testProteomeData | ( | ) |
Definition at line 138 of file DiffTest.cpp.
References pwiz::data::Diff< object_type, config_type, object_result_type >::a_b, diff(), pwiz::proteome::ProteomeData::id, os_, pwiz::proteome::ProteomeData::proteinListPtr, and unit_assert.
Referenced by test().
void test | ( | ) |
Definition at line 165 of file DiffTest.cpp.
References testProteinList(), and testProteomeData().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 173 of file DiffTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG_EX.
ostream* os_ = 0 |
Definition at line 35 of file DiffTest.cpp.