biouml.plugins.sbml._test
Interface TestLogger
- All Known Implementing Classes:
- DefaultTestLogger
- public interface TestLogger
getCurrentCategory
public java.lang.String getCurrentCategory()
getCurrentTest
public java.lang.String getCurrentTest()
categoryStarted
public void categoryStarted(java.lang.String name)
testStarted
public void testStarted(java.lang.String name)
testCompleted
public void testCompleted()
warn
public void warn(java.lang.String message)
error
public void error(java.lang.Exception e)
error
public void error(int status,
java.lang.String message)
getStatus
public int getStatus()
getMessages
public java.lang.String getMessages()
getException
public java.lang.Exception getException()
simulationStarted
public void simulationStarted()
simulationCompleted
public void simulationCompleted()
getSimulationTime
public long getSimulationTime()
complete
public void complete()
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.