public class OutputCapture
extends org.junit.rules.ExternalResource
| Constructor and Description |
|---|
OutputCapture() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after() |
protected void |
before() |
java.util.concurrent.Callable<java.lang.Boolean> |
stderrHasLineContaining(java.lang.String content) |
java.util.concurrent.Callable<java.lang.Boolean> |
stdoutHasLineContaining(java.lang.String content) |
protected void before()
throws java.lang.Throwable
before in class org.junit.rules.ExternalResourcejava.lang.Throwableprotected void after()
after in class org.junit.rules.ExternalResourcepublic java.util.concurrent.Callable<java.lang.Boolean> stdoutHasLineContaining(java.lang.String content)
public java.util.concurrent.Callable<java.lang.Boolean> stderrHasLineContaining(java.lang.String content)
Copyright © 2010-2018 JmxTrans team. All Rights Reserved.