jigcell.sbml2.tests
Class BoundaryModelTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by jigcell.sbml2.tests.SBMLModelTests
              extended by jigcell.sbml2.tests.BoundaryModelTests
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
BoundaryModelTests2

public class BoundaryModelTests
extends SBMLModelTests

A collection of tests to exercise the reference model for boundary conditions.

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
BoundaryModelTests(java.lang.String name)
          Creates a new test for the reference model for boundary conditions.
 
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.
 void testCompartment0()
          A test for compartments.
 void testCompartment1()
          A test for compartments.
 void testEvent0()
          A test for events.
 void testFunction0()
          A test for function definitions.
 void testModel1()
          A test for model.
 void testParameter0()
          A test for parameters.
 void testParameter1()
          A test for parameters.
 void testParameter2()
          A test for parameters.
 void testReaction0()
          A test for reactions.
 void testReaction1()
          A test for reactions.
 void testRule0()
          A test for rules.
 void testSpecies0()
          A test for species.
 void testSpecies1()
          A test for species.
 void testSpecies2()
          A test for species.
 void testSpecies3()
          A test for species.
 void testSpecies4()
          A test for species.
 void testUnit0()
          A test for units.
 
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

BoundaryModelTests

public BoundaryModelTests(java.lang.String name)
Creates a new test for the reference model for boundary conditions.

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.


testCompartment0

public void testCompartment0()
                      throws java.lang.Exception
A test for compartments.

Throws:
java.lang.Exception

testCompartment1

public void testCompartment1()
                      throws java.lang.Exception
A test for compartments.

Throws:
java.lang.Exception

testEvent0

public void testEvent0()
                throws java.lang.Exception
A test for events.

Throws:
java.lang.Exception

testFunction0

public void testFunction0()
                   throws java.lang.Exception
A test for function definitions.

Throws:
java.lang.Exception

testModel1

public void testModel1()
                throws java.lang.Exception
A test for model.

Throws:
java.lang.Exception

testParameter0

public void testParameter0()
                    throws java.lang.Exception
A test for parameters.

Throws:
java.lang.Exception

testParameter1

public void testParameter1()
                    throws java.lang.Exception
A test for parameters.

Throws:
java.lang.Exception

testParameter2

public void testParameter2()
                    throws java.lang.Exception
A test for parameters.

Throws:
java.lang.Exception

testReaction0

public void testReaction0()
                   throws java.lang.Exception
A test for reactions.

Throws:
java.lang.Exception

testReaction1

public void testReaction1()
                   throws java.lang.Exception
A test for reactions.

Throws:
java.lang.Exception

testRule0

public void testRule0()
               throws java.lang.Exception
A test for rules.

Throws:
java.lang.Exception

testSpecies0

public void testSpecies0()
                  throws java.lang.Exception
A test for species.

Throws:
java.lang.Exception

testSpecies1

public void testSpecies1()
                  throws java.lang.Exception
A test for species.

Throws:
java.lang.Exception

testSpecies2

public void testSpecies2()
                  throws java.lang.Exception
A test for species.

Throws:
java.lang.Exception

testSpecies3

public void testSpecies3()
                  throws java.lang.Exception
A test for species.

Throws:
java.lang.Exception

testSpecies4

public void testSpecies4()
                  throws java.lang.Exception
A test for species.

Throws:
java.lang.Exception

testUnit0

public void testUnit0()
               throws java.lang.Exception
A test for units.

Throws:
java.lang.Exception