ProteoWizard
|
#include "IsotopeEnvelopeEstimator.hpp"
#include "IsotopeCalculator.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 | testInstantiationWithNull () |
void | test () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void testInstantiationWithNull | ( | ) |
Definition at line 38 of file IsotopeEnvelopeEstimatorTest.cpp.
References os_.
Referenced by main().
void test | ( | ) |
Definition at line 55 of file IsotopeEnvelopeEstimatorTest.cpp.
References pwiz::chemistry::IsotopeEnvelopeEstimator::Config::isotopeCalculator, pwiz::chemistry::IsotopeEnvelopeEstimator::isotopeEnvelope(), and os_.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 74 of file IsotopeEnvelopeEstimatorTest.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, TEST_PROLOG, and testInstantiationWithNull().
ostream* os_ = 0 |
Definition at line 35 of file IsotopeEnvelopeEstimatorTest.cpp.