HEADER

biouml.plugins.sbml._test
Interface TestLogger

All Known Implementing Classes:
DefaultTestLogger

public interface TestLogger


Method Summary
 voidcategoryStarted(String name)
           
 voidcomplete()
           
 voiderror(Exception e)
           
 voiderror(int status, String message)
           
 StringgetCurrentCategory()
           
 StringgetCurrentTest()
           
 ExceptiongetException()
           
 StringgetMessages()
           
 longgetSimulationTime()
           
 intgetStatus()
           
 voidsimulationCompleted()
           
 voidsimulationStarted()
           
 voidtestCompleted()
           
 voidtestStarted(String name)
           
 voidwarn(String message)
           

Method Detail

categoryStarted

public void categoryStarted(String name)

complete

public void complete()

error

public void error(Exception e)

error

public void error(int status, String message)

getCurrentCategory

public String getCurrentCategory()

getCurrentTest

public String getCurrentTest()

getException

public Exception getException()

getMessages

public String getMessages()

getSimulationTime

public long getSimulationTime()

getStatus

public int getStatus()

simulationCompleted

public void simulationCompleted()

simulationStarted

public void simulationStarted()

testCompleted

public void testCompleted()

testStarted

public void testStarted(String name)

warn

public void warn(String message)

FOOTER

BOTTOM