COPASI API
4.16.103
|
#include <test000080.h>
Public Member Functions | |
void | setUp () |
void | tearDown () |
void | test_mass_action_recognition_bug () |
Static Protected Attributes | |
static const char * | MODEL_STRING1 |
static CCopasiDataModel * | pCOPASIDATAMODEL = NULL |
Private Member Functions | |
CPPUNIT_TEST (test_mass_action_recognition_bug) | |
CPPUNIT_TEST_SUITE (test000080) | |
CPPUNIT_TEST_SUITE_END () | |
Definition at line 24 of file test000080.h.
|
private |
|
private |
|
private |
void test000080::setUp | ( | ) |
Definition at line 35 of file test000080.cpp.
References CCopasiRootContainer::addDatamodel(), CCopasiRootContainer::init(), and pCOPASIDATAMODEL.
void test000080::tearDown | ( | ) |
void test000080::test_mass_action_recognition_bug | ( | ) |
Definition at line 48 of file test000080.cpp.
References CCopasiDataModel::getModel(), CModel::getReactions(), CEvaluationTree::getType(), CCopasiDataModel::importSBMLFromString(), MODEL_STRING1, pCOPASIDATAMODEL, CCopasiVector< T >::size(), and CEvaluationTree::UserDefined.
|
staticprotected |
Definition at line 34 of file test000080.h.
Referenced by test_mass_action_recognition_bug().
|
staticprotected |
This is a test for a bug where some kinetics were wrongly recognized as mass action. This kind of kinetic is used in the sbml testsuite in test 65, 121, 250, 253, 256 and 600.
Definition at line 33 of file test000080.h.
Referenced by setUp(), and test_mass_action_recognition_bug().