Package hudson.cli
Class CLICommandInvoker.Matcher
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<CLICommandInvoker.Result>
hudson.cli.CLICommandInvoker.Matcher
- All Implemented Interfaces:
org.hamcrest.Matcher<CLICommandInvoker.Result>
,org.hamcrest.SelfDescribing
- Enclosing class:
- CLICommandInvoker
public abstract static class CLICommandInvoker.Matcher
extends org.hamcrest.TypeSafeMatcher<CLICommandInvoker.Result>
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
describeMismatchSafely
(CLICommandInvoker.Result result, org.hamcrest.Description description) void
describeTo
(org.hamcrest.Description description) static CLICommandInvoker.Matcher
failedWith
(long expectedCode) static CLICommandInvoker.Matcher
static CLICommandInvoker.Matcher
static CLICommandInvoker.Matcher
static CLICommandInvoker.Matcher
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matches, matchesSafely
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Method Details
-
describeMismatchSafely
protected void describeMismatchSafely(CLICommandInvoker.Result result, org.hamcrest.Description description) - Overrides:
describeMismatchSafely
in classorg.hamcrest.TypeSafeMatcher<CLICommandInvoker.Result>
-
describeTo
public void describeTo(org.hamcrest.Description description) -
hasNoStandardOutput
-
hasNoErrorOutput
-
succeeded
-
succeededSilently
-
failedWith
-