org.xmlmatchers.equivalence
Class IsEquivalentTo
java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<Source>
org.xmlmatchers.equivalence.IsEquivalentTo
- All Implemented Interfaces:
- org.hamcrest.Matcher<Source>, org.hamcrest.SelfDescribing
public class IsEquivalentTo
- extends org.hamcrest.TypeSafeMatcher<Source>
- Author:
- David Ehringer
| Methods inherited from class org.hamcrest.TypeSafeMatcher |
describeMismatch, describeMismatchSafely, matches |
| Methods inherited from class org.hamcrest.BaseMatcher |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
matchesSafely
public boolean matchesSafely(Source source)
- Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<Source>
describeTo
public void describeTo(org.hamcrest.Description description)
isEquivalentTo
public static org.hamcrest.Matcher<Source> isEquivalentTo(Source control)
equivalentTo
public static org.hamcrest.Matcher<Source> equivalentTo(Source control)
Copyright © 2010-2011. All Rights Reserved.