public class LogFramework
extends java.lang.Object
implements org.junit.rules.TestRule
| Modifier and Type | Method and Description |
|---|---|
LogFramework |
andJboss() |
LogFramework |
andLog4j() |
LogFramework |
andSlf4j() |
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |
static LogFramework |
everything() |
static LogFramework |
jboss() |
static LogFramework |
log4j() |
static LogFramework |
slf4j() |
public static LogFramework everything()
public static LogFramework slf4j()
public static LogFramework jboss()
public static LogFramework log4j()
public LogFramework andSlf4j()
public LogFramework andJboss()
public LogFramework andLog4j()
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRule