biouml.plugins.sbml._test
Class DefaultTestLogger
- Direct Known Subclasses:
- HtmlStatisticsLogger
- public class DefaultTestLogger
- implements TestLogger
MAX_ERROR_NUMBER
public int MAX_ERROR_NUMBER
MAX_WARNING_NUMBER
public int MAX_WARNING_NUMBER
DefaultTestLogger
public DefaultTestLogger(String title)
categoryStarted
public void categoryStarted(String category)
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 testName)
warn
public void warn(String message)
to Class org.apache.log4j.Category
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.Exception
BOTTOM