ProteoWizard
|
#include "pwiz/utility/misc/unit.hpp"
#include "ProteinList_DecoyGenerator.hpp"
#include "pwiz/data/proteome/examples.hpp"
#include "boost/random.hpp"
#include "pwiz/utility/misc/Std.hpp"
#include <cstring>
Go to the source code of this file.
Functions | |
void | testReversedList (ProteinListPtr pl) |
void | testShuffledList (ProteinListPtr pl) |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void testReversedList | ( | ProteinListPtr | pl | ) |
Definition at line 39 of file ProteinList_DecoyGeneratorTest.cpp.
References os_, and unit_assert.
Referenced by test().
void testShuffledList | ( | ProteinListPtr | pl | ) |
Definition at line 59 of file ProteinList_DecoyGeneratorTest.cpp.
References os_, and unit_assert.
Referenced by test().
void test | ( | ) |
Definition at line 86 of file ProteinList_DecoyGeneratorTest.cpp.
References pwiz::identdata::examples::initializeTiny(), pwiz::proteome::ProteomeData::proteinListPtr, testReversedList(), and testShuffledList().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 96 of file ProteinList_DecoyGeneratorTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
ostream* os_ = 0 |
Definition at line 36 of file ProteinList_DecoyGeneratorTest.cpp.