Package org.xwiki.test
Class LogRule.LogStatement
- java.lang.Object
-
- org.junit.runners.model.Statement
-
- org.xwiki.test.LogRule.LogStatement
-
- Enclosing class:
- LogRule
public class LogRule.LogStatement extends org.junit.runners.model.Statement
The actual code that executes our capturing logic before the test runs and removes it after it has run.
-
-
Constructor Summary
Constructors Constructor Description LogStatement(org.junit.runners.model.Statement statement)
-