public class Log4jClassLevelAdjuster
extends org.junit.rules.TestWatcher
Log4jLevelAdjuster that can be applied as a @ClassRule but you
will not get a log message indicating breaks between tests.| Constructor and Description |
|---|
Log4jClassLevelAdjuster(org.apache.log4j.Level level,
java.lang.Class<?>... classes) |
Log4jClassLevelAdjuster(org.apache.log4j.Level level,
java.lang.String... categories) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description description) |