#include <test000101.h>
|
static struct sigaction * | pNewAct = new struct sigaction() |
|
static struct sigaction * | pOldAct = new struct sigaction() |
|
static const char * | SBML_STRING |
|
Definition at line 31 of file test000101.h.
void test000101::abort_handler |
( |
int |
| ) |
|
|
staticprotected |
Definition at line 30 of file test000101.cpp.
Referenced by setUp().
32 throw std::runtime_error(
"Received SIGSEGV signal.");
test000101::CPPUNIT_TEST_SUITE_END |
( |
| ) |
|
|
private |
void test000101::setUp |
( |
| ) |
|
void test000101::tearDown |
( |
| ) |
|
void test000101::test_bug1740 |
( |
| ) |
|
Definition at line 76 of file test000101.cpp.
References CCopasiDataModel::exportSBMLToString(), CCopasiDataModel::importSBMLFromString(), pDataModel, and SBML_STRING.
86 catch (
const std::runtime_error& e)
88 CPPUNIT_ASSERT_MESSAGE(
"The second export to Level 3 Version 1 failed.",
false);
std::string exportSBMLToString(CProcessReport *pExportHandler, int sbmlLevel, int sbmlVersion)
static const char * SBML_STRING
bool importSBMLFromString(const std::string &sbmlDocumentText, CProcessReport *pImportHandler=NULL, const bool &deleteOldData=true)
CCopasiDataModel * pDataModel
struct sigaction * test000101::pNewAct = new struct sigaction() |
|
staticprotected |
struct sigaction * test000101::pOldAct = new struct sigaction() |
|
staticprotected |
const char * test000101::SBML_STRING |
|
staticprotected |
Initial value:= "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
"<sbml xmlns=\"http://www.sbml.org/sbml/level3/version1/core\" level=\"3\" version=\"1\">\n"
" <model id=\"Module_1_RL2_1\" name=\"Module_1_RL2\">\n"
" <listOfReactions>\n"
" <reaction fast=\"false\" id=\"reaction_0\" name=\"reaction_0\" reversible=\"false\">\n"
" </reaction>\n"
" </listOfReactions>\n"
" </model>\n"
"</sbml>\n"
Definition at line 39 of file test000101.h.
Referenced by test_bug1740().
The documentation for this class was generated from the following files: