public class VersionMatcher extends org.hamcrest.TypeSafeMatcher<Transaction.Version>
| Constructor and Description |
|---|
VersionMatcher(Long elementId,
String path,
String virtual,
String real) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description desc) |
boolean |
matchesSafely(Transaction.Version v) |
static org.hamcrest.Matcher<Transaction.Version> |
version(Long elementId,
String path,
String virtual,
String real) |
describeMismatch, describeMismatchSafely, matchespublic VersionMatcher(Long elementId, String path, String virtual, String real)
public boolean matchesSafely(Transaction.Version v)
matchesSafely in class org.hamcrest.TypeSafeMatcher<Transaction.Version>public void describeTo(org.hamcrest.Description desc)
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.