public class ValidateConsoleRule extends Object implements org.junit.rules.TestRule
ValidateConsoleExtension for more details.| Modifier and Type | Class and Description |
|---|---|
class |
ValidateConsoleRule.ValidateConsoleStatement
The actual code that executes our capturing logic before the test runs and removes it after it has run.
|
| Constructor and Description |
|---|
ValidateConsoleRule() |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description) |
LogCaptureConfiguration |
getLogCaptureConfiguration() |
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement statement,
org.junit.runner.Description description)
apply in interface org.junit.rules.TestRulepublic LogCaptureConfiguration getLogCaptureConfiguration()
Copyright © 2004–2021 XWiki. All rights reserved.