jigcell.sbml2.tests
Class ODEModelTests2

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by jigcell.sbml2.tests.SBMLModelTests
              extended by jigcell.sbml2.tests.ODEModelTests
                  extended by jigcell.sbml2.tests.ODEModelTests2
All Implemented Interfaces:
junit.framework.Test

public class ODEModelTests2
extends ODEModelTests

A collection of tests to exercise the reference model for odes.

This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.

Author:
Nicholas Allen

Field Summary
 
Fields inherited from class jigcell.sbml2.tests.SBMLModelTests
cycle, model, modelName
 
Constructor Summary
ODEModelTests2(java.lang.String name)
          Creates a new test for the reference model for odes.
 
Method Summary
static void main(java.lang.String[] args)
          Starts a new test suite run.
static junit.framework.Test suite()
          All of the tests in this test.
 
Methods inherited from class jigcell.sbml2.tests.ODEModelTests
testCompartment0, testCompartment1, testCompartment2, testEvent0, testModel1, testParameter0, testParameter1, testParameter2, testParameter3, testParameter4, testParameter5, testParameter6, testReaction0, testReaction1, testReaction2, testReaction3, testReaction4, testRule0, testSpecies0, testSpecies1, testSpecies2, testSpecies3, testSpecies4, testSpecies5, testUnit0
 
Methods inherited from class jigcell.sbml2.tests.SBMLModelTests
setUp, testCompartment, testFunctionDefinition, testParameter, testParameter, testParameter, testReaction, testReactionModifier, testReactionModifier, testSpecies, testUnit, testUnitDefinition
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ODEModelTests2

public ODEModelTests2(java.lang.String name)
Creates a new test for the reference model for odes.

Parameters:
name - Test name
Method Detail

main

public static void main(java.lang.String[] args)
Starts a new test suite run.

Parameters:
args - Program arguments

suite

public static junit.framework.Test suite()
All of the tests in this test.