HEADER

biouml.plugins.sbml._test
Class SbmlMatlabTest

|
+--biouml.plugins.sbml._test.SbmlMatlabTest

public class SbmlMatlabTest
extends TestCase

Batch unit test for biouml.model package.


Constructor Summary
SbmlMatlabTest(String name)
          Standart JUnit constructor

Method Summary
 static Testsuite()
          Make suite if tests.
 voidtestMatlab_SBML21()
           
 voidtestMatlab_singleGene()
           
 voidtestMatlab_Tyson()
           

Constructor Detail

SbmlMatlabTest

public SbmlMatlabTest(String name)
Standart JUnit constructor
Method Detail

suite

public static Test suite()
Make suite if tests.

testMatlab_SBML21

public void testMatlab_SBML21()
throws java.lang.Exception

testMatlab_singleGene

public void testMatlab_singleGene()
throws java.lang.Exception

testMatlab_Tyson

public void testMatlab_Tyson()
throws java.lang.Exception

FOOTER

BOTTOM