public class ExpectedOutput extends Object implements OutputListener
| Constructor and Description |
|---|
ExpectedOutput() |
| Modifier and Type | Method and Description |
|---|---|
ExpectedOutput |
expect(Class<?> clazz,
String method,
org.hamcrest.Matcher<?>... args) |
void |
notifyOutput(Class<?> clazz,
String method,
Object... args) |
void |
verify() |
public ExpectedOutput expect(Class<?> clazz, String method, org.hamcrest.Matcher<?>... args)
public void notifyOutput(Class<?> clazz, String method, Object... args)
notifyOutput in interface OutputListenerpublic void verify()
Copyright © 2016. All rights reserved.