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 voiddescribeMismatchSafely(CLICommandInvoker.Result result, org.hamcrest.Description description) voiddescribeTo(org.hamcrest.Description description) static CLICommandInvoker.MatcherfailedWith(long expectedCode) static CLICommandInvoker.Matcherstatic CLICommandInvoker.Matcherstatic CLICommandInvoker.Matcherstatic CLICommandInvoker.MatcherMethods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matches, matchesSafelyMethods 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:
describeMismatchSafelyin classorg.hamcrest.TypeSafeMatcher<CLICommandInvoker.Result>
-
describeTo
public void describeTo(org.hamcrest.Description description) -
hasNoStandardOutput
-
hasNoErrorOutput
-
succeeded
-
succeededSilently
-
failedWith
-