| Constructor and Description |
|---|
AppCountMatcher(org.hamcrest.Matcher<Integer> delegate,
AppDeployer appDeployer) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatch(Object item,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
static AppCountMatcher |
hasAppCount(org.hamcrest.Matcher<Integer> delegate,
AppDeployer appDeployer) |
boolean |
matches(Object actual) |
public AppCountMatcher(org.hamcrest.Matcher<Integer> delegate, AppDeployer appDeployer)
public boolean matches(Object actual)
public void describeMismatch(Object item, org.hamcrest.Description mismatchDescription)
public void describeTo(org.hamcrest.Description description)
public static AppCountMatcher hasAppCount(org.hamcrest.Matcher<Integer> delegate, AppDeployer appDeployer)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.