jigcell.sbml2.tests
Class BranchModelTests2

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

public class BranchModelTests2
extends BranchModelTests

A collection of tests to exercise the reference model for branching models.

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
BranchModelTests2(java.lang.String name)
          Creates a new test for the reference model for branching models.
 
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.BranchModelTests
testCompartment0, testCompartment1, testEvent0, testFunction0, testModel1, testParameter0, testReaction0, testReaction1, testReaction2, testReaction3, testRule0, testSpecies0, testSpecies1, testSpecies2, testSpecies3, testSpecies4, 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

BranchModelTests2

public BranchModelTests2(java.lang.String name)
Creates a new test for the reference model for branching models.

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.