Class ValidateConsoleRule.ValidateConsoleStatement
- java.lang.Object
-
- org.junit.runners.model.Statement
-
- org.xwiki.test.integration.junit4.ValidateConsoleRule.ValidateConsoleStatement
-
- Enclosing class:
- ValidateConsoleRule
public class ValidateConsoleRule.ValidateConsoleStatement 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 ValidateConsoleStatement(org.junit.runners.model.Statement statement)
-