|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.log.LogEventProcessor
qx.log.appender.Abstract
qx.log.appender.JsUnit
public class JsUnit
An appender that writes all messages to the JsUnit console, a unit testing framework for JavaScript (http://www.jsunit.net).
This class does not depend on qooxdoo widgets, so it also works when there are problems with widgets or when the widgets are not yet initialized.
Constructor Summary | |
---|---|
JsUnit()
|
Method Summary | |
---|---|
void |
appendLogEvent(java.lang.Object evt)
Appends a log event to the log. |
Methods inherited from class qx.log.appender.Abstract |
---|
formatLogEvent, getUseLongFormat, handleLogEvent, initUseLongFormat, isUseLongFormat, resetUseLongFormat, setUseLongFormat, toggleUseLongFormat |
Methods inherited from class qx.log.LogEventProcessor |
---|
_getDefaultFilter, addFilter, clearFilters, decideLogEvent, getHeadFilter, setEnabled, setMinLevel |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JsUnit()
Method Detail |
---|
public void appendLogEvent(java.lang.Object evt)
Abstract
Appends a log event to the log.
appendLogEvent
in class Abstract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |