Searched refs:TestLogger (Results 1 - 8 of 8) sorted by relevance

/forgerock/authenticator-android-v2/app/src/test/java/com/forgerock/authenticator/identity/
H A DIdentityBuilderTest.java40 import uk.org.lidalia.slf4jtest.TestLogger;
115 TestLogger logger = TestLoggerFactory.getTestLogger(Identity.class);
/forgerock/authenticator-android-v2/app/src/test/java/com/forgerock/authenticator/message/
H A DGcmServiceTest.java55 import uk.org.lidalia.slf4jtest.TestLogger;
93 private TestLogger logger;
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/yuitest/
H A Dyuitest-beta-debug.js10 // TestLogger object
17 * @class TestLogger
22 YAHOO.tool.TestLogger = function (element, config) {
23 YAHOO.tool.TestLogger.superclass.constructor.call(this, element, config);
27 YAHOO.lang.extend(YAHOO.tool.TestLogger, YAHOO.widget.LogReader, {
2412 * @type YAHOO.tool.TestLogger
2626 this._logger = new YAHOO.tool.TestLogger();
H A Dyuitest-beta-min.js8 YAHOO.namespace("tool");YAHOO.tool.TestLogger=function(element,config){YAHOO.tool.TestLogger.superclass.constructor.call(this,element,config);this.init();};YAHOO.lang.extend(YAHOO.tool.TestLogger,YAHOO.widget.LogReader,{footerEnabled:true,newestOnTop:false,formatMsg:function(message){var category=message.category;var text=this.html2Text(message.msg);return"<pre><p><span class=\""+category+"\">"+category.toUpperCase()+"</span> "+text+"</p></pre>";},init:function(){if(YAHOO.tool.TestRunner){this.setTestRunner(YAHOO.tool.TestRunner);}
71 if(!this._logger){this._logger=new YAHOO.tool.TestLogger();}
H A Dyuitest-beta.js10 // TestLogger object
17 * @class TestLogger
22 YAHOO.tool.TestLogger = function (element, config) {
23 YAHOO.tool.TestLogger.superclass.constructor.call(this, element, config);
27 YAHOO.lang.extend(YAHOO.tool.TestLogger, YAHOO.widget.LogReader, {
2412 * @type YAHOO.tool.TestLogger
2626 this._logger = new YAHOO.tool.TestLogger();
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/yuitest/
H A Dyuitest-beta-debug.js10 // TestLogger object
17 * @class TestLogger
22 YAHOO.tool.TestLogger = function (element, config) {
23 YAHOO.tool.TestLogger.superclass.constructor.call(this, element, config);
27 YAHOO.lang.extend(YAHOO.tool.TestLogger, YAHOO.widget.LogReader, {
2412 * @type YAHOO.tool.TestLogger
2626 this._logger = new YAHOO.tool.TestLogger();
H A Dyuitest-beta-min.js8 YAHOO.namespace("tool");YAHOO.tool.TestLogger=function(element,config){YAHOO.tool.TestLogger.superclass.constructor.call(this,element,config);this.init();};YAHOO.lang.extend(YAHOO.tool.TestLogger,YAHOO.widget.LogReader,{footerEnabled:true,newestOnTop:false,formatMsg:function(message){var category=message.category;var text=this.html2Text(message.msg);return"<pre><p><span class=\""+category+"\">"+category.toUpperCase()+"</span> "+text+"</p></pre>";},init:function(){if(YAHOO.tool.TestRunner){this.setTestRunner(YAHOO.tool.TestRunner);}
71 if(!this._logger){this._logger=new YAHOO.tool.TestLogger();}
H A Dyuitest-beta.js10 // TestLogger object
17 * @class TestLogger
22 YAHOO.tool.TestLogger = function (element, config) {
23 YAHOO.tool.TestLogger.superclass.constructor.call(this, element, config);
27 YAHOO.lang.extend(YAHOO.tool.TestLogger, YAHOO.widget.LogReader, {
2412 * @type YAHOO.tool.TestLogger
2626 this._logger = new YAHOO.tool.TestLogger();

Completed in 85 milliseconds