public class AvailablePortMatcher extends org.hamcrest.TypeSafeMatcher<Collection<DockerPort>>
Constructor and Description |
---|
AvailablePortMatcher() |
Modifier and Type | Method and Description |
---|---|
static AvailablePortMatcher |
areAvailable() |
protected void |
describeMismatchSafely(Collection<DockerPort> unavailablePorts,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(Collection<DockerPort> unavailablePorts) |
public void describeTo(org.hamcrest.Description description)
protected boolean matchesSafely(Collection<DockerPort> unavailablePorts)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<Collection<DockerPort>>
protected void describeMismatchSafely(Collection<DockerPort> unavailablePorts, org.hamcrest.Description mismatchDescription)
describeMismatchSafely
in class org.hamcrest.TypeSafeMatcher<Collection<DockerPort>>
public static AvailablePortMatcher areAvailable()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.