public class Running extends org.hamcrest.TypeSafeMatcher<MuleProcessController>
Constructor and Description |
---|
Running(boolean status) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static <T> org.hamcrest.Matcher<MuleProcessController> |
isRunning() |
boolean |
matchesSafely(MuleProcessController mule) |
static <T> org.hamcrest.Matcher<MuleProcessController> |
notRunning() |
describeMismatch, describeMismatchSafely, matches
public boolean matchesSafely(MuleProcessController mule)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<MuleProcessController>
public void describeTo(org.hamcrest.Description description)
public static <T> org.hamcrest.Matcher<MuleProcessController> isRunning()
public static <T> org.hamcrest.Matcher<MuleProcessController> notRunning()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.