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