public class LogRule extends Object implements org.junit.rules.TestRule
Usage (NB the use of @Rule instead of @ClassRule):
   public  @Rule LogRule logRule = new LogRule();
    @Test ...
 | Constructor and Description | 
|---|
| LogRule() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.junit.runners.model.Statement | apply(org.junit.runners.model.Statement statement,
     org.junit.runner.Description description) | 
| static org.slf4j.Marker | getMarker() | 
Copyright © 2019 OpenDaylight. All rights reserved.