public abstract static class CLICommandInvoker.Matcher extends org.hamcrest.TypeSafeMatcher<CLICommandInvoker.Result>
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(CLICommandInvoker.Result result,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
static CLICommandInvoker.Matcher |
failedWith(long expectedCode) |
static CLICommandInvoker.Matcher |
hasNoErrorOutput() |
static CLICommandInvoker.Matcher |
hasNoStandardOutput() |
static CLICommandInvoker.Matcher |
succeeded() |
static CLICommandInvoker.Matcher |
succeededSilently() |
protected void describeMismatchSafely(CLICommandInvoker.Result result, org.hamcrest.Description description)
describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<CLICommandInvoker.Result>public void describeTo(org.hamcrest.Description description)
public static CLICommandInvoker.Matcher hasNoStandardOutput()
public static CLICommandInvoker.Matcher hasNoErrorOutput()
public static CLICommandInvoker.Matcher succeeded()
public static CLICommandInvoker.Matcher succeededSilently()
public static CLICommandInvoker.Matcher failedWith(long expectedCode)
Copyright © 2004-2014. All Rights Reserved.