biouml.plugins.sbml._test
Interface TestLogger
- All Known Implementing Classes:
- DefaultTestLogger
- public interface TestLogger
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)
BOTTOM