org.jboss.jsr299.tck.tests.decorators.definition.inject.delegateInitializerMethod
Class MockLogger

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.decorators.definition.inject.delegateInitializerMethod.MockLogger
All Implemented Interfaces:
Logger

public class MockLogger
extends Object
implements Logger

Author:
pmuir

Constructor Summary
MockLogger()
           
 
Method Summary
static String getMessage()
           
 void log(String string)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockLogger

public MockLogger()
Method Detail

log

public void log(String string)
Specified by:
log in interface Logger

reset

public static void reset()

getMessage

public static String getMessage()
Returns:
the message


Copyright © 2008-2012 Seam Framework. All Rights Reserved.