HEADER

biouml.plugins.sbml._test
Class DefaultTestLogger

Direct Known Subclasses:
HtmlStatisticsLogger

public class DefaultTestLogger
implements TestLogger


Field Summary
 intMAX_ERROR_NUMBER
           
 intMAX_WARNING_NUMBER
           

Constructor Summary
DefaultTestLogger(String title)
           

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

Field Detail

MAX_ERROR_NUMBER

public int MAX_ERROR_NUMBER

MAX_WARNING_NUMBER

public int MAX_WARNING_NUMBER
Constructor Detail

DefaultTestLogger

public DefaultTestLogger(String title)
Method Detail

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)

Association Links

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


FOOTER

BOTTOM