org.sonatype.sisu.litmus.testsupport
Class TestSupport
java.lang.Object
org.sonatype.sisu.litmus.testsupport.TestSupport
public class TestSupport
- extends Object
Support for tests.
- Since:
- 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
util
protected final TestUtil util
logger
@NonNls
protected final org.slf4j.Logger logger
tracer
public final org.junit.rules.MethodRule tracer
testMethod
public final TestMethod testMethod
- Test method utilities.
TestSupport
public TestSupport()
initMocks
public void initMocks()
getLogLevel
public org.sonatype.gossip.Level getLogLevel()
setLogLevel
public void setLogLevel(org.sonatype.gossip.Level logLevel)
log
protected void log(@NonNls
String message)
log
protected void log(Object value)
log
protected void log(@NonNls
String format,
Object... args)
log
protected void log(@NonNls
String message,
Throwable cause)
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.