public class TestLogger
extends org.junit.rules.TestWatcher
| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
TestLogger(org.slf4j.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
failed(Throwable e,
org.junit.runner.Description description) |
void |
starting(org.junit.runner.Description description) |
void |
succeeded(org.junit.runner.Description description) |
public void starting(org.junit.runner.Description description)
starting in class org.junit.rules.TestWatcherpublic void succeeded(org.junit.runner.Description description)
succeeded in class org.junit.rules.TestWatcherprotected void failed(Throwable e, org.junit.runner.Description description)
failed in class org.junit.rules.TestWatcherCopyright © 2020 JBoss by Red Hat. All rights reserved.