HEADER

biouml.plugins.sbml._test
Class SbmlReaderTest

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

public class SbmlReaderTest
extends TestCase

Batch unit test for biouml.model package.


Constructor Summary
SbmlReaderTest(String name)
          Standart JUnit constructor

Method Summary
 static junit.framework.Testsuite()
          Make suite if tests.
 voidtestReadModel_Glycolysis()
           
 voidtestReadModel_Ip3()
           
 voidtestReadModel_Tyson()
           
 voidtestStub()
           

Constructor Detail

SbmlReaderTest

public SbmlReaderTest(String name)
Standart JUnit constructor
Method Detail

suite

public static junit.framework.Test suite()
Make suite if tests.

testReadModel_Glycolysis

public void testReadModel_Glycolysis()
throws java.lang.Exception

testReadModel_Ip3

public void testReadModel_Ip3()
throws java.lang.Exception

testReadModel_Tyson

public void testReadModel_Tyson()
throws java.lang.Exception

testStub

public void testStub()
throws java.lang.Exception

FOOTER

BOTTOM