|
ProteoWizard
|
#include "SpectrumList_MGF.hpp"#include "TextWriter.hpp"#include "pwiz/utility/minimxml/XMLWriter.hpp"#include "pwiz/utility/misc/unit.hpp"#include "pwiz/utility/misc/Std.hpp"Go to the source code of this file.
Functions | |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| const char * | testMGF = "END IONS\n" |
| void test | ( | ) |
Definition at line 58 of file SpectrumList_MGF_Test.cpp.
References e(), pwiz::msdata::MSData::instrumentConfigurationPtrs, MS_base_peak_intensity, MS_base_peak_m_z, MS_charge_state, MS_LCQ_Deca, MS_ms_level, MS_scan_start_time, MS_selected_ion_m_z, MS_spectrum_title, MS_total_ion_current, os_, testMGF, unit_assert, unit_assert_equal, and write().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 178 of file SpectrumList_MGF_Test.cpp.
References e(), os_, test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 36 of file SpectrumList_MGF_Test.cpp.
| const char* testMGF = "END IONS\n" |
Definition at line 38 of file SpectrumList_MGF_Test.cpp.
Referenced by test().
1.8.1.1