public class Deployment extends org.hamcrest.TypeSafeMatcher<MuleProcessController>
Constructor and Description |
---|
Deployment(String applicationName) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static <T> org.hamcrest.Matcher<MuleProcessController> |
hasDeployed(String applicationName) |
boolean |
matchesSafely(MuleProcessController mule) |
describeMismatch, describeMismatchSafely, matches
public Deployment(String applicationName)
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> hasDeployed(String applicationName)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.