Package org.xwiki.test
Class AllLogRule.LogStatement
- java.lang.Object
-
- org.junit.runners.model.Statement
-
- org.xwiki.test.AllLogRule.LogStatement
-
- Enclosing class:
- AllLogRule
public class AllLogRule.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)
-