HEADER

biouml.plugins.sbml._test
Class SbmlJavaTest

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

public class SbmlJavaTest
extends TestCase

Batch unit test for biouml.model package.


Constructor Summary
SbmlJavaTest(String name)
          Standart JUnit constructor

Method Summary
 static Testsuite()
          Make suite if tests.
 voidtestJava_SBML21()
           
 voidtestJava_singleGene()
           
 voidtestJava_Tyson()
           
 voidtestJavaBig()
           

Constructor Detail

SbmlJavaTest

public SbmlJavaTest(String name)
Standart JUnit constructor
Method Detail

suite

public static Test suite()
Make suite if tests.

testJava_SBML21

public void testJava_SBML21()
throws java.lang.Exception

testJava_singleGene

public void testJava_singleGene()
throws java.lang.Exception

testJava_Tyson

public void testJava_Tyson()
throws java.lang.Exception

testJavaBig

public void testJavaBig()
throws java.lang.Exception

FOOTER

BOTTOM