public class TestLogger
extends org.junit.rules.TestWatcher
Logger
.Modifier and Type | Field and Description |
---|---|
protected static org.apache.log4j.Logger |
logger |
Constructor and Description |
---|
TestLogger() |
Modifier and Type | Method and Description |
---|---|
protected void |
failed(Throwable e,
org.junit.runner.Description description) |
protected void |
skipped(org.junit.internal.AssumptionViolatedException e,
org.junit.runner.Description description) |
protected void |
starting(org.junit.runner.Description description) |
protected void |
succeeded(org.junit.runner.Description description) |
protected void skipped(org.junit.internal.AssumptionViolatedException e, org.junit.runner.Description description)
skipped
in class org.junit.rules.TestWatcher
protected void starting(org.junit.runner.Description description)
starting
in class org.junit.rules.TestWatcher
protected void failed(Throwable e, org.junit.runner.Description description)
failed
in class org.junit.rules.TestWatcher
protected void succeeded(org.junit.runner.Description description)
succeeded
in class org.junit.rules.TestWatcher
Copyright © 2015. All rights reserved.