Home | History | Annotate | Download | only in lib

META-INF/
META-INF/MANIFEST.MF
org/
org/hamcrest/
org/hamcrest/beans/
org/hamcrest/collection/
org/hamcrest/number/
org/hamcrest/object/
org/hamcrest/text/
org/hamcrest/xml/
LICENSE.txt
org/hamcrest/Matchers.class
Matchers.java
package org.hamcrest
public org.hamcrest.Matchers extends java.lang.Object {
	public void  () 
	public static org.hamcrest.Matcher allOf (java.lang.Iterable) 
		Iterable matchers
	public static transient org.hamcrest.Matcher allOf (org.hamcrest.Matcher[]) 
		org.hamcrest.Matcher[] matchers
	public static org.hamcrest.Matcher allOf (org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher first
		org.hamcrest.Matcher second
	public static org.hamcrest.Matcher allOf (org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher first
		org.hamcrest.Matcher second
		org.hamcrest.Matcher third
	public static org.hamcrest.Matcher allOf (org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher first
		org.hamcrest.Matcher second
		org.hamcrest.Matcher third
		org.hamcrest.Matcher fourth
	public static org.hamcrest.Matcher allOf (org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher first
		org.hamcrest.Matcher second
		org.hamcrest.Matcher third
		org.hamcrest.Matcher fourth
		org.hamcrest.Matcher fifth
	public static org.hamcrest.Matcher allOf (org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher first
		org.hamcrest.Matcher second
		org.hamcrest.Matcher third
		org.hamcrest.Matcher fourth
		org.hamcrest.Matcher fifth
		org.hamcrest.Matcher sixth
	public static org.hamcrest.core.AnyOf anyOf (java.lang.Iterable) 
		Iterable matchers
	public static org.hamcrest.core.AnyOf anyOf (org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher first
		org.hamcrest.Matcher second
		org.hamcrest.Matcher third
	public static org.hamcrest.core.AnyOf anyOf (org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher first
		org.hamcrest.Matcher second
		org.hamcrest.Matcher third
		org.hamcrest.Matcher fourth
	public static org.hamcrest.core.AnyOf anyOf (org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher first
		org.hamcrest.Matcher second
		org.hamcrest.Matcher third
		org.hamcrest.Matcher fourth
		org.hamcrest.Matcher fifth
	public static org.hamcrest.core.AnyOf anyOf (org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher first
		org.hamcrest.Matcher second
		org.hamcrest.Matcher third
		org.hamcrest.Matcher fourth
		org.hamcrest.Matcher fifth
		org.hamcrest.Matcher sixth
	public static org.hamcrest.core.AnyOf anyOf (org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher first
		org.hamcrest.Matcher second
	public static transient org.hamcrest.core.AnyOf anyOf (org.hamcrest.Matcher[]) 
		org.hamcrest.Matcher[] matchers
	public static org.hamcrest.core.CombinableMatcher$CombinableBothMatcher both (org.hamcrest.Matcher) 
		org.hamcrest.Matcher matcher
	public static org.hamcrest.core.CombinableMatcher$CombinableEitherMatcher either (org.hamcrest.Matcher) 
		org.hamcrest.Matcher matcher
	public static transient org.hamcrest.Matcher describedAs (java.lang.String, org.hamcrest.Matcher, java.lang.Object[]) 
		String description
		org.hamcrest.Matcher matcher
		Object[] values
	public static org.hamcrest.Matcher everyItem (org.hamcrest.Matcher) 
		org.hamcrest.Matcher itemMatcher
	public static org.hamcrest.Matcher is (java.lang.Object) 
		Object value
	public static org.hamcrest.Matcher is (org.hamcrest.Matcher) 
		org.hamcrest.Matcher matcher
	public static org.hamcrest.Matcher is (java.lang.Class) 
		Class type
	public static org.hamcrest.Matcher isA (java.lang.Class) 
		Class type
	public static org.hamcrest.Matcher anything () 
	public static org.hamcrest.Matcher anything (java.lang.String) 
		String description
	public static org.hamcrest.Matcher hasItem (java.lang.Object) 
		Object item
	public static org.hamcrest.Matcher hasItem (org.hamcrest.Matcher) 
		org.hamcrest.Matcher itemMatcher
	public static transient org.hamcrest.Matcher hasItems (java.lang.Object[]) 
		Object[] items
	public static transient org.hamcrest.Matcher hasItems (org.hamcrest.Matcher[]) 
		org.hamcrest.Matcher[] itemMatchers
	public static org.hamcrest.Matcher equalTo (java.lang.Object) 
		Object operand
	public static org.hamcrest.Matcher any (java.lang.Class) 
		Class type
	public static org.hamcrest.Matcher instanceOf (java.lang.Class) 
		Class type
	public static org.hamcrest.Matcher not (org.hamcrest.Matcher) 
		org.hamcrest.Matcher matcher
	public static org.hamcrest.Matcher not (java.lang.Object) 
		Object value
	public static org.hamcrest.Matcher nullValue () 
	public static org.hamcrest.Matcher nullValue (java.lang.Class) 
		Class type
	public static org.hamcrest.Matcher notNullValue () 
	public static org.hamcrest.Matcher notNullValue (java.lang.Class) 
		Class type
	public static org.hamcrest.Matcher sameInstance (java.lang.Object) 
		Object target
	public static org.hamcrest.Matcher theInstance (java.lang.Object) 
		Object target
	public static org.hamcrest.Matcher containsString (java.lang.String) 
		String substring
	public static org.hamcrest.Matcher startsWith (java.lang.String) 
		String prefix
	public static org.hamcrest.Matcher endsWith (java.lang.String) 
		String suffix
	public static transient org.hamcrest.collection.IsArray array (org.hamcrest.Matcher[]) 
		org.hamcrest.Matcher[] elementMatchers
	public static org.hamcrest.Matcher hasItemInArray (java.lang.Object) 
		Object element
	public static org.hamcrest.Matcher hasItemInArray (org.hamcrest.Matcher) 
		org.hamcrest.Matcher elementMatcher
	public static org.hamcrest.Matcher arrayContaining (java.util.List) 
		java.util.List itemMatchers
	public static transient org.hamcrest.Matcher arrayContaining (java.lang.Object[]) 
		Object[] items
	public static transient org.hamcrest.Matcher arrayContaining (org.hamcrest.Matcher[]) 
		org.hamcrest.Matcher[] itemMatchers
	public static transient org.hamcrest.Matcher arrayContainingInAnyOrder (java.lang.Object[]) 
		Object[] items
	public static transient org.hamcrest.Matcher arrayContainingInAnyOrder (org.hamcrest.Matcher[]) 
		org.hamcrest.Matcher[] itemMatchers
	public static org.hamcrest.Matcher arrayContainingInAnyOrder (java.util.Collection) 
		java.util.Collection itemMatchers
	public static org.hamcrest.Matcher arrayWithSize (org.hamcrest.Matcher) 
		org.hamcrest.Matcher sizeMatcher
	public static org.hamcrest.Matcher arrayWithSize (int) 
		int size
	public static org.hamcrest.Matcher emptyArray () 
	public static org.hamcrest.Matcher hasSize (org.hamcrest.Matcher) 
		org.hamcrest.Matcher sizeMatcher
	public static org.hamcrest.Matcher hasSize (int) 
		int size
	public static org.hamcrest.Matcher empty () 
	public static org.hamcrest.Matcher emptyCollectionOf (java.lang.Class) 
		Class type
	public static org.hamcrest.Matcher emptyIterable () 
	public static org.hamcrest.Matcher emptyIterableOf (java.lang.Class) 
		Class type
	public static transient org.hamcrest.Matcher contains (org.hamcrest.Matcher[]) 
		org.hamcrest.Matcher[] itemMatchers
	public static transient org.hamcrest.Matcher contains (java.lang.Object[]) 
		Object[] items
	public static org.hamcrest.Matcher contains (org.hamcrest.Matcher) 
		org.hamcrest.Matcher itemMatcher
	public static org.hamcrest.Matcher contains (java.util.List) 
		java.util.List itemMatchers
	public static transient org.hamcrest.Matcher containsInAnyOrder (java.lang.Object[]) 
		Object[] items
	public static org.hamcrest.Matcher containsInAnyOrder (java.util.Collection) 
		java.util.Collection itemMatchers
	public static transient org.hamcrest.Matcher containsInAnyOrder (org.hamcrest.Matcher[]) 
		org.hamcrest.Matcher[] itemMatchers
	public static org.hamcrest.Matcher containsInAnyOrder (org.hamcrest.Matcher) 
		org.hamcrest.Matcher itemMatcher
	public static org.hamcrest.Matcher iterableWithSize (org.hamcrest.Matcher) 
		org.hamcrest.Matcher sizeMatcher
	public static org.hamcrest.Matcher iterableWithSize (int) 
		int size
	public static org.hamcrest.Matcher hasEntry (java.lang.Object, java.lang.Object) 
		Object key
		Object value
	public static org.hamcrest.Matcher hasEntry (org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher keyMatcher
		org.hamcrest.Matcher valueMatcher
	public static org.hamcrest.Matcher hasKey (org.hamcrest.Matcher) 
		org.hamcrest.Matcher keyMatcher
	public static org.hamcrest.Matcher hasKey (java.lang.Object) 
		Object key
	public static org.hamcrest.Matcher hasValue (java.lang.Object) 
		Object value
	public static org.hamcrest.Matcher hasValue (org.hamcrest.Matcher) 
		org.hamcrest.Matcher valueMatcher
	public static org.hamcrest.Matcher isIn (java.util.Collection) 
		java.util.Collection collection
	public static org.hamcrest.Matcher isIn (java.lang.Object[]) 
		Object[] param1
	public static transient org.hamcrest.Matcher isOneOf (java.lang.Object[]) 
		Object[] elements
	public static org.hamcrest.Matcher closeTo (double, double) 
		double operand
		double error
	public static org.hamcrest.Matcher closeTo (java.math.BigDecimal, java.math.BigDecimal) 
		java.math.BigDecimal operand
		java.math.BigDecimal error
	public static org.hamcrest.Matcher comparesEqualTo (java.lang.Comparable) 
		Comparable value
	public static org.hamcrest.Matcher greaterThan (java.lang.Comparable) 
		Comparable value
	public static org.hamcrest.Matcher greaterThanOrEqualTo (java.lang.Comparable) 
		Comparable value
	public static org.hamcrest.Matcher lessThan (java.lang.Comparable) 
		Comparable value
	public static org.hamcrest.Matcher lessThanOrEqualTo (java.lang.Comparable) 
		Comparable value
	public static org.hamcrest.Matcher equalToIgnoringCase (java.lang.String) 
		String expectedString
	public static org.hamcrest.Matcher equalToIgnoringWhiteSpace (java.lang.String) 
		String expectedString
	public static org.hamcrest.Matcher isEmptyString () 
	public static org.hamcrest.Matcher isEmptyOrNullString () 
	public static org.hamcrest.Matcher stringContainsInOrder (java.lang.Iterable) 
		Iterable substrings
	public static org.hamcrest.Matcher hasToString (org.hamcrest.Matcher) 
		org.hamcrest.Matcher toStringMatcher
	public static org.hamcrest.Matcher hasToString (java.lang.String) 
		String expectedToString
	public static org.hamcrest.Matcher typeCompatibleWith (java.lang.Class) 
		Class baseType
	public static org.hamcrest.Matcher eventFrom (java.lang.Class, java.lang.Object) 
		Class eventClass
		Object source
	public static org.hamcrest.Matcher eventFrom (java.lang.Object) 
		Object source
	public static org.hamcrest.Matcher hasProperty (java.lang.String) 
		String propertyName
	public static org.hamcrest.Matcher hasProperty (java.lang.String, org.hamcrest.Matcher) 
		String propertyName
		org.hamcrest.Matcher valueMatcher
	public static org.hamcrest.Matcher samePropertyValuesAs (java.lang.Object) 
		Object expectedBean
	public static org.hamcrest.Matcher hasXPath (java.lang.String, javax.xml.namespace.NamespaceContext) 
		String xPath
		javax.xml.namespace.NamespaceContext namespaceContext
	public static org.hamcrest.Matcher hasXPath (java.lang.String) 
		String xPath
	public static org.hamcrest.Matcher hasXPath (java.lang.String, javax.xml.namespace.NamespaceContext, org.hamcrest.Matcher) 
		String xPath
		javax.xml.namespace.NamespaceContext namespaceContext
		org.hamcrest.Matcher valueMatcher
	public static org.hamcrest.Matcher hasXPath (java.lang.String, org.hamcrest.Matcher) 
		String xPath
		org.hamcrest.Matcher valueMatcher
}

org/hamcrest/beans/HasProperty.class
HasProperty.java
package org.hamcrest.beans
public org.hamcrest.beans.HasProperty extends org.hamcrest.TypeSafeMatcher {
	private final String propertyName
	public void  (java.lang.String) 
		String propertyName
	public boolean matchesSafely (java.lang.Object) 
		IllegalArgumentException e
		Object obj
	public void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object item
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public static org.hamcrest.Matcher hasProperty (java.lang.String) 
		String propertyName
}

org/hamcrest/beans/HasPropertyWithValue$1.class
HasPropertyWithValue.java
package org.hamcrest.beans
 org.hamcrest.beans.HasPropertyWithValue$1 extends java.lang.Object implements org.hamcrest.Condition$Step  {
	final Object val$bean
	final org.hamcrest.beans.HasPropertyWithValue this$0
	void  (org.hamcrest.beans.HasPropertyWithValue, java.lang.Object) 
	public org.hamcrest.Condition apply (java.lang.reflect.Method, org.hamcrest.Description) 
		Exception e
		java.lang.reflect.Method readMethod
		org.hamcrest.Description mismatch
	public volatile org.hamcrest.Condition apply (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
}

org/hamcrest/beans/HasPropertyWithValue$2.class
HasPropertyWithValue.java
package org.hamcrest.beans
final org.hamcrest.beans.HasPropertyWithValue$2 extends java.lang.Object implements org.hamcrest.Condition$Step  {
	void  () 
	public org.hamcrest.Condition apply (java.beans.PropertyDescriptor, org.hamcrest.Description) 
		java.beans.PropertyDescriptor property
		org.hamcrest.Description mismatch
		java.lang.reflect.Method readMethod
	public volatile org.hamcrest.Condition apply (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
}

org/hamcrest/beans/HasPropertyWithValue.class
HasPropertyWithValue.java
package org.hamcrest.beans
public org.hamcrest.beans.HasPropertyWithValue extends org.hamcrest.TypeSafeDiagnosingMatcher {
	private static final org.hamcrest.Condition$Step WITH_READ_METHOD
	private final String propertyName
	private final org.hamcrest.Matcher valueMatcher
	public void  (java.lang.String, org.hamcrest.Matcher) 
		String propertyName
		org.hamcrest.Matcher valueMatcher
	public boolean matchesSafely (java.lang.Object, org.hamcrest.Description) 
		Object bean
		org.hamcrest.Description mismatch
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	private org.hamcrest.Condition propertyOn (java.lang.Object, org.hamcrest.Description) 
		Object bean
		org.hamcrest.Description mismatch
		java.beans.PropertyDescriptor property
	private org.hamcrest.Condition$Step withPropertyValue (java.lang.Object) 
		Object bean
	private static org.hamcrest.Matcher nastyGenericsWorkaround (org.hamcrest.Matcher) 
		org.hamcrest.Matcher valueMatcher
	private static org.hamcrest.Condition$Step withReadMethod () 
	public static org.hamcrest.Matcher hasProperty (java.lang.String, org.hamcrest.Matcher) 
		String propertyName
		org.hamcrest.Matcher valueMatcher
	static void  () 
}

org/hamcrest/beans/PropertyUtil.class
PropertyUtil.java
package org.hamcrest.beans
public org.hamcrest.beans.PropertyUtil extends java.lang.Object {
	public static final Object[] NO_ARGUMENTS
	public void  () 
	public static java.beans.PropertyDescriptor getPropertyDescriptor (java.lang.String, java.lang.Object)  throws java.lang.IllegalArgumentException 
		java.beans.PropertyDescriptor property
		java.beans.PropertyDescriptor[] arr$
		int len$
		int i$
		String propertyName
		Object fromObj
	public static java.beans.PropertyDescriptor[] propertyDescriptorsFor (java.lang.Object, java.lang.Class)  throws java.lang.IllegalArgumentException 
		java.beans.IntrospectionException e
		Object fromObj
		Class stopClass
	static void  () 
}

org/hamcrest/beans/SamePropertyValuesAs$PropertyMatcher.class
SamePropertyValuesAs.java
package org.hamcrest.beans
public org.hamcrest.beans.SamePropertyValuesAs$PropertyMatcher extends org.hamcrest.DiagnosingMatcher {
	private final java.lang.reflect.Method readMethod
	private final org.hamcrest.Matcher matcher
	private final String propertyName
	public void  (java.beans.PropertyDescriptor, java.lang.Object) 
		java.beans.PropertyDescriptor descriptor
		Object expectedObject
	public boolean matches (java.lang.Object, org.hamcrest.Description) 
		Object actual
		org.hamcrest.Description mismatch
		Object actualValue
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
}

org/hamcrest/beans/SamePropertyValuesAs.class
SamePropertyValuesAs.java
package org.hamcrest.beans
public org.hamcrest.beans.SamePropertyValuesAs extends org.hamcrest.TypeSafeDiagnosingMatcher {
	private final Object expectedBean
	private final java.util.Set propertyNames
	private final java.util.List propertyMatchers
	public void  (java.lang.Object) 
		Object expectedBean
		java.beans.PropertyDescriptor[] descriptors
	public boolean matchesSafely (java.lang.Object, org.hamcrest.Description) 
		Object bean
		org.hamcrest.Description mismatch
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	private boolean isCompatibleType (java.lang.Object, org.hamcrest.Description) 
		Object item
		org.hamcrest.Description mismatchDescription
	private boolean hasNoExtraProperties (java.lang.Object, org.hamcrest.Description) 
		Object item
		org.hamcrest.Description mismatchDescription
		java.util.Set actualPropertyNames
	private boolean hasMatchingValues (java.lang.Object, org.hamcrest.Description) 
		org.hamcrest.beans.SamePropertyValuesAs$PropertyMatcher propertyMatcher
		java.util.Iterator i$
		Object item
		org.hamcrest.Description mismatchDescription
	private static java.util.List propertyMatchersFor (java.lang.Object, java.beans.PropertyDescriptor[]) 
		java.beans.PropertyDescriptor propertyDescriptor
		java.beans.PropertyDescriptor[] arr$
		int len$
		int i$
		Object bean
		java.beans.PropertyDescriptor[] descriptors
		java.util.List result
	private static java.util.Set propertyNamesFrom (java.beans.PropertyDescriptor[]) 
		java.beans.PropertyDescriptor propertyDescriptor
		java.beans.PropertyDescriptor[] arr$
		int len$
		int i$
		java.beans.PropertyDescriptor[] descriptors
		java.util.HashSet result
	private static java.lang.Object readProperty (java.lang.reflect.Method, java.lang.Object) 
		Exception e
		java.lang.reflect.Method method
		Object target
	public static org.hamcrest.Matcher samePropertyValuesAs (java.lang.Object) 
		Object expectedBean
	static java.lang.Object access$000 (java.lang.reflect.Method, java.lang.Object) 
		java.lang.reflect.Method x0
		Object x1
}

org/hamcrest/collection/IsArray.class
IsArray.java
package org.hamcrest.collection
public org.hamcrest.collection.IsArray extends org.hamcrest.TypeSafeMatcher {
	private final org.hamcrest.Matcher[] elementMatchers
	public void  (org.hamcrest.Matcher[]) 
		org.hamcrest.Matcher[] elementMatchers
	public boolean matchesSafely (java.lang.Object[]) 
		int i
		Object[] array
	public void describeMismatchSafely (java.lang.Object[], org.hamcrest.Description) 
		int i
		Object[] actual
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	protected java.lang.String descriptionStart () 
	protected java.lang.String descriptionSeparator () 
	protected java.lang.String descriptionEnd () 
	public static transient org.hamcrest.collection.IsArray array (org.hamcrest.Matcher[]) 
		org.hamcrest.Matcher[] elementMatchers
	public volatile void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	public volatile boolean matchesSafely (java.lang.Object) 
		Object x0
}

org/hamcrest/collection/IsArrayContaining.class
IsArrayContaining.java
package org.hamcrest.collection
public org.hamcrest.collection.IsArrayContaining extends org.hamcrest.TypeSafeMatcher {
	private final org.hamcrest.Matcher elementMatcher
	public void  (org.hamcrest.Matcher) 
		org.hamcrest.Matcher elementMatcher
	public boolean matchesSafely (java.lang.Object[]) 
		Object item
		Object[] arr$
		int len$
		int i$
		Object[] array
	public void describeMismatchSafely (java.lang.Object[], org.hamcrest.Description) 
		Object[] item
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public static org.hamcrest.Matcher hasItemInArray (org.hamcrest.Matcher) 
		org.hamcrest.Matcher elementMatcher
	public static org.hamcrest.Matcher hasItemInArray (java.lang.Object) 
		Object element
		org.hamcrest.Matcher matcher
	public volatile void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	public volatile boolean matchesSafely (java.lang.Object) 
		Object x0
}

org/hamcrest/collection/IsArrayContainingInAnyOrder.class
IsArrayContainingInAnyOrder.java
package org.hamcrest.collection
public org.hamcrest.collection.IsArrayContainingInAnyOrder extends org.hamcrest.TypeSafeMatcher {
	private final org.hamcrest.collection.IsIterableContainingInAnyOrder iterableMatcher
	private final java.util.Collection matchers
	public void  (java.util.Collection) 
		java.util.Collection matchers
	public boolean matchesSafely (java.lang.Object[]) 
		Object[] item
	public void describeMismatchSafely (java.lang.Object[], org.hamcrest.Description) 
		Object[] item
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public static transient org.hamcrest.Matcher arrayContainingInAnyOrder (org.hamcrest.Matcher[]) 
		org.hamcrest.Matcher[] itemMatchers
	public static org.hamcrest.Matcher arrayContainingInAnyOrder (java.util.Collection) 
		java.util.Collection itemMatchers
	public static transient org.hamcrest.Matcher arrayContainingInAnyOrder (java.lang.Object[]) 
		Object item
		Object[] arr$
		int len$
		int i$
		Object[] items
		java.util.List matchers
	public volatile void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	public volatile boolean matchesSafely (java.lang.Object) 
		Object x0
}

org/hamcrest/collection/IsArrayContainingInOrder.class
IsArrayContainingInOrder.java
package org.hamcrest.collection
public org.hamcrest.collection.IsArrayContainingInOrder extends org.hamcrest.TypeSafeMatcher {
	private final java.util.Collection matchers
	private final org.hamcrest.collection.IsIterableContainingInOrder iterableMatcher
	public void  (java.util.List) 
		java.util.List matchers
	public boolean matchesSafely (java.lang.Object[]) 
		Object[] item
	public void describeMismatchSafely (java.lang.Object[], org.hamcrest.Description) 
		Object[] item
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public static transient org.hamcrest.Matcher arrayContaining (java.lang.Object[]) 
		Object item
		Object[] arr$
		int len$
		int i$
		Object[] items
		java.util.List matchers
	public static transient org.hamcrest.Matcher arrayContaining (org.hamcrest.Matcher[]) 
		org.hamcrest.Matcher[] itemMatchers
	public static org.hamcrest.Matcher arrayContaining (java.util.List) 
		java.util.List itemMatchers
	public volatile void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	public volatile boolean matchesSafely (java.lang.Object) 
		Object x0
}

org/hamcrest/collection/IsArrayWithSize.class
IsArrayWithSize.java
package org.hamcrest.collection
public org.hamcrest.collection.IsArrayWithSize extends org.hamcrest.FeatureMatcher {
	public void  (org.hamcrest.Matcher) 
		org.hamcrest.Matcher sizeMatcher
	protected java.lang.Integer featureValueOf (java.lang.Object[]) 
		Object[] actual
	public static org.hamcrest.Matcher arrayWithSize (org.hamcrest.Matcher) 
		org.hamcrest.Matcher sizeMatcher
	public static org.hamcrest.Matcher arrayWithSize (int) 
		int size
	public static org.hamcrest.Matcher emptyArray () 
		org.hamcrest.Matcher isEmpty
	protected volatile java.lang.Object featureValueOf (java.lang.Object) 
		Object x0
}

org/hamcrest/collection/IsCollectionWithSize.class
IsCollectionWithSize.java
package org.hamcrest.collection
public org.hamcrest.collection.IsCollectionWithSize extends org.hamcrest.FeatureMatcher {
	public void  (org.hamcrest.Matcher) 
		org.hamcrest.Matcher sizeMatcher
	protected java.lang.Integer featureValueOf (java.util.Collection) 
		java.util.Collection actual
	public static org.hamcrest.Matcher hasSize (org.hamcrest.Matcher) 
		org.hamcrest.Matcher sizeMatcher
	public static org.hamcrest.Matcher hasSize (int) 
		int size
		org.hamcrest.Matcher matcher
	protected volatile java.lang.Object featureValueOf (java.lang.Object) 
		Object x0
}

org/hamcrest/collection/IsEmptyCollection.class
IsEmptyCollection.java
package org.hamcrest.collection
public org.hamcrest.collection.IsEmptyCollection extends org.hamcrest.TypeSafeMatcher {
	public void  () 
	public boolean matchesSafely (java.util.Collection) 
		java.util.Collection item
	public void describeMismatchSafely (java.util.Collection, org.hamcrest.Description) 
		java.util.Collection item
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public static org.hamcrest.Matcher empty () 
	public static org.hamcrest.Matcher emptyCollectionOf (java.lang.Class) 
		Class type
		org.hamcrest.Matcher result
	public volatile void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	public volatile boolean matchesSafely (java.lang.Object) 
		Object x0
}

org/hamcrest/collection/IsEmptyIterable.class
IsEmptyIterable.java
package org.hamcrest.collection
public org.hamcrest.collection.IsEmptyIterable extends org.hamcrest.TypeSafeMatcher {
	public void  () 
	public boolean matchesSafely (java.lang.Iterable) 
		Iterable iterable
	public void describeMismatchSafely (java.lang.Iterable, org.hamcrest.Description) 
		Iterable iter
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public static org.hamcrest.Matcher emptyIterable () 
	public static org.hamcrest.Matcher emptyIterableOf (java.lang.Class) 
		Class type
		org.hamcrest.Matcher result
	public volatile void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	public volatile boolean matchesSafely (java.lang.Object) 
		Object x0
}

org/hamcrest/collection/IsIn.class
IsIn.java
package org.hamcrest.collection
public org.hamcrest.collection.IsIn extends org.hamcrest.BaseMatcher {
	private final java.util.Collection collection
	public void  (java.util.Collection) 
		java.util.Collection collection
	public void  (java.lang.Object[]) 
		Object[] elements
	public boolean matches (java.lang.Object) 
		Object o
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description buffer
	public static org.hamcrest.Matcher isIn (java.util.Collection) 
		java.util.Collection collection
	public static org.hamcrest.Matcher isIn (java.lang.Object[]) 
		Object[] elements
	public static transient org.hamcrest.Matcher isOneOf (java.lang.Object[]) 
		Object[] elements
}

org/hamcrest/collection/IsIterableContainingInAnyOrder$Matching.class
IsIterableContainingInAnyOrder.java
package org.hamcrest.collection
 org.hamcrest.collection.IsIterableContainingInAnyOrder$Matching extends java.lang.Object {
	private final java.util.Collection matchers
	private final org.hamcrest.Description mismatchDescription
	public void  (java.util.Collection, org.hamcrest.Description) 
		java.util.Collection matchers
		org.hamcrest.Description mismatchDescription
	public boolean matches (java.lang.Object) 
		Object item
	public boolean isFinished (java.lang.Iterable) 
		Iterable items
	private boolean isNotSurplus (java.lang.Object) 
		Object item
	private boolean isMatched (java.lang.Object) 
		org.hamcrest.Matcher matcher
		java.util.Iterator i$
		Object item
}

org/hamcrest/collection/IsIterableContainingInAnyOrder.class
IsIterableContainingInAnyOrder.java
package org.hamcrest.collection
public org.hamcrest.collection.IsIterableContainingInAnyOrder extends org.hamcrest.TypeSafeDiagnosingMatcher {
	private final java.util.Collection matchers
	public void  (java.util.Collection) 
		java.util.Collection matchers
	protected boolean matchesSafely (java.lang.Iterable, org.hamcrest.Description) 
		Object item
		java.util.Iterator i$
		Iterable items
		org.hamcrest.Description mismatchDescription
		org.hamcrest.collection.IsIterableContainingInAnyOrder$Matching matching
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public static org.hamcrest.Matcher containsInAnyOrder (org.hamcrest.Matcher) 
		org.hamcrest.Matcher itemMatcher
	public static transient org.hamcrest.Matcher containsInAnyOrder (org.hamcrest.Matcher[]) 
		org.hamcrest.Matcher[] itemMatchers
	public static transient org.hamcrest.Matcher containsInAnyOrder (java.lang.Object[]) 
		Object item
		Object[] arr$
		int len$
		int i$
		Object[] items
		java.util.List matchers
	public static org.hamcrest.Matcher containsInAnyOrder (java.util.Collection) 
		java.util.Collection itemMatchers
	protected volatile boolean matchesSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
}

org/hamcrest/collection/IsIterableContainingInOrder$MatchSeries.class
IsIterableContainingInOrder.java
package org.hamcrest.collection
 org.hamcrest.collection.IsIterableContainingInOrder$MatchSeries extends java.lang.Object {
	public final java.util.List matchers
	private final org.hamcrest.Description mismatchDescription
	public int nextMatchIx
	public void  (java.util.List, org.hamcrest.Description) 
		java.util.List matchers
		org.hamcrest.Description mismatchDescription
	public boolean matches (java.lang.Object) 
		Object item
	public boolean isFinished () 
	private boolean isMatched (java.lang.Object) 
		Object item
		org.hamcrest.Matcher matcher
	private boolean isNotSurplus (java.lang.Object) 
		Object item
	private void describeMismatch (org.hamcrest.Matcher, java.lang.Object) 
		org.hamcrest.Matcher matcher
		Object item
}

org/hamcrest/collection/IsIterableContainingInOrder.class
IsIterableContainingInOrder.java
package org.hamcrest.collection
public org.hamcrest.collection.IsIterableContainingInOrder extends org.hamcrest.TypeSafeDiagnosingMatcher {
	private final java.util.List matchers
	public void  (java.util.List) 
		java.util.List matchers
	protected boolean matchesSafely (java.lang.Iterable, org.hamcrest.Description) 
		Object item
		java.util.Iterator i$
		Iterable iterable
		org.hamcrest.Description mismatchDescription
		org.hamcrest.collection.IsIterableContainingInOrder$MatchSeries matchSeries
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public static transient org.hamcrest.Matcher contains (java.lang.Object[]) 
		Object item
		Object[] arr$
		int len$
		int i$
		Object[] items
		java.util.List matchers
	public static org.hamcrest.Matcher contains (org.hamcrest.Matcher) 
		org.hamcrest.Matcher itemMatcher
	public static transient org.hamcrest.Matcher contains (org.hamcrest.Matcher[]) 
		org.hamcrest.Matcher[] itemMatchers
	public static org.hamcrest.Matcher contains (java.util.List) 
		java.util.List itemMatchers
	protected volatile boolean matchesSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
}

org/hamcrest/collection/IsIterableWithSize.class
IsIterableWithSize.java
package org.hamcrest.collection
public org.hamcrest.collection.IsIterableWithSize extends org.hamcrest.FeatureMatcher {
	public void  (org.hamcrest.Matcher) 
		org.hamcrest.Matcher sizeMatcher
	protected java.lang.Integer featureValueOf (java.lang.Iterable) 
		java.util.Iterator iterator
		Iterable actual
		int size
	public static org.hamcrest.Matcher iterableWithSize (org.hamcrest.Matcher) 
		org.hamcrest.Matcher sizeMatcher
	public static org.hamcrest.Matcher iterableWithSize (int) 
		int size
	protected volatile java.lang.Object featureValueOf (java.lang.Object) 
		Object x0
}

org/hamcrest/collection/IsMapContaining.class
IsMapContaining.java
package org.hamcrest.collection
public org.hamcrest.collection.IsMapContaining extends org.hamcrest.TypeSafeMatcher {
	private final org.hamcrest.Matcher keyMatcher
	private final org.hamcrest.Matcher valueMatcher
	public void  (org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher keyMatcher
		org.hamcrest.Matcher valueMatcher
	public boolean matchesSafely (java.util.Map) 
		java.util.Map$Entry entry
		java.util.Iterator i$
		java.util.Map map
	public void describeMismatchSafely (java.util.Map, org.hamcrest.Description) 
		java.util.Map map
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public static org.hamcrest.Matcher hasEntry (org.hamcrest.Matcher, org.hamcrest.Matcher) 
		org.hamcrest.Matcher keyMatcher
		org.hamcrest.Matcher valueMatcher
	public static org.hamcrest.Matcher hasEntry (java.lang.Object, java.lang.Object) 
		Object key
		Object value
	public static org.hamcrest.Matcher hasKey (org.hamcrest.Matcher) 
		org.hamcrest.Matcher keyMatcher
	public static org.hamcrest.Matcher hasKey (java.lang.Object) 
		Object key
	public static org.hamcrest.Matcher hasValue (org.hamcrest.Matcher) 
		org.hamcrest.Matcher valueMatcher
	public static org.hamcrest.Matcher hasValue (java.lang.Object) 
		Object value
	public volatile void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	public volatile boolean matchesSafely (java.lang.Object) 
		Object x0
}

org/hamcrest/number/BigDecimalCloseTo.class
BigDecimalCloseTo.java
package org.hamcrest.number
public org.hamcrest.number.BigDecimalCloseTo extends org.hamcrest.TypeSafeMatcher {
	private final java.math.BigDecimal delta
	private final java.math.BigDecimal value
	public void  (java.math.BigDecimal, java.math.BigDecimal) 
		java.math.BigDecimal value
		java.math.BigDecimal error
	public boolean matchesSafely (java.math.BigDecimal) 
		java.math.BigDecimal item
	public void describeMismatchSafely (java.math.BigDecimal, org.hamcrest.Description) 
		java.math.BigDecimal item
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	private java.math.BigDecimal actualDelta (java.math.BigDecimal) 
		java.math.BigDecimal item
	public static org.hamcrest.Matcher closeTo (java.math.BigDecimal, java.math.BigDecimal) 
		java.math.BigDecimal operand
		java.math.BigDecimal error
	public volatile void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	public volatile boolean matchesSafely (java.lang.Object) 
		Object x0
}

org/hamcrest/number/IsCloseTo.class
IsCloseTo.java
package org.hamcrest.number
public org.hamcrest.number.IsCloseTo extends org.hamcrest.TypeSafeMatcher {
	private final double delta
	private final double value
	public void  (double, double) 
		double value
		double error
	public boolean matchesSafely (java.lang.Double) 
		Double item
	public void describeMismatchSafely (java.lang.Double, org.hamcrest.Description) 
		Double item
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	private double actualDelta (java.lang.Double) 
		Double item
	public static org.hamcrest.Matcher closeTo (double, double) 
		double operand
		double error
	public volatile void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	public volatile boolean matchesSafely (java.lang.Object) 
		Object x0
}

org/hamcrest/number/OrderingComparison.class
OrderingComparison.java
package org.hamcrest.number
public org.hamcrest.number.OrderingComparison extends org.hamcrest.TypeSafeMatcher {
	private static final int LESS_THAN
	private static final int GREATER_THAN
	private static final int EQUAL
	private final Comparable expected
	private final int minCompare
	private final int maxCompare
	private static final String[] comparisonDescriptions
	private void  (java.lang.Comparable, int, int) 
		Comparable expected
		int minCompare
		int maxCompare
	public boolean matchesSafely (java.lang.Comparable) 
		Comparable actual
		int compare
	public void describeMismatchSafely (java.lang.Comparable, org.hamcrest.Description) 
		Comparable actual
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	private static java.lang.String asText (int) 
		int comparison
	public static org.hamcrest.Matcher comparesEqualTo (java.lang.Comparable) 
		Comparable value
	public static org.hamcrest.Matcher greaterThan (java.lang.Comparable) 
		Comparable value
	public static org.hamcrest.Matcher greaterThanOrEqualTo (java.lang.Comparable) 
		Comparable value
	public static org.hamcrest.Matcher lessThan (java.lang.Comparable) 
		Comparable value
	public static org.hamcrest.Matcher lessThanOrEqualTo (java.lang.Comparable) 
		Comparable value
	public volatile void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	public volatile boolean matchesSafely (java.lang.Object) 
		Object x0
	static void  () 
}

org/hamcrest/object/HasToString.class
HasToString.java
package org.hamcrest.object
public org.hamcrest.object.HasToString extends org.hamcrest.FeatureMatcher {
	public void  (org.hamcrest.Matcher) 
		org.hamcrest.Matcher toStringMatcher
	protected java.lang.String featureValueOf (java.lang.Object) 
		Object actual
	public static org.hamcrest.Matcher hasToString (org.hamcrest.Matcher) 
		org.hamcrest.Matcher toStringMatcher
	public static org.hamcrest.Matcher hasToString (java.lang.String) 
		String expectedToString
	protected volatile java.lang.Object featureValueOf (java.lang.Object) 
		Object x0
}

org/hamcrest/object/IsCompatibleType.class
IsCompatibleType.java
package org.hamcrest.object
public org.hamcrest.object.IsCompatibleType extends org.hamcrest.TypeSafeMatcher {
	private final Class type
	public void  (java.lang.Class) 
		Class type
	public boolean matchesSafely (java.lang.Class) 
		Class cls
	public void describeMismatchSafely (java.lang.Class, org.hamcrest.Description) 
		Class cls
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public static org.hamcrest.Matcher typeCompatibleWith (java.lang.Class) 
		Class baseType
	public volatile void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	public volatile boolean matchesSafely (java.lang.Object) 
		Object x0
}

org/hamcrest/object/IsEventFrom.class
IsEventFrom.java
package org.hamcrest.object
public org.hamcrest.object.IsEventFrom extends org.hamcrest.TypeSafeDiagnosingMatcher {
	private final Class eventClass
	private final Object source
	public void  (java.lang.Class, java.lang.Object) 
		Class eventClass
		Object source
	public boolean matchesSafely (java.util.EventObject, org.hamcrest.Description) 
		java.util.EventObject item
		org.hamcrest.Description mismatchDescription
	private boolean eventHasSameSource (java.util.EventObject) 
		java.util.EventObject ev
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public static org.hamcrest.Matcher eventFrom (java.lang.Class, java.lang.Object) 
		Class eventClass
		Object source
	public static org.hamcrest.Matcher eventFrom (java.lang.Object) 
		Object source
	public volatile boolean matchesSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
}

org/hamcrest/text/IsEmptyString.class
IsEmptyString.java
package org.hamcrest.text
public final org.hamcrest.text.IsEmptyString extends org.hamcrest.BaseMatcher {
	private static final org.hamcrest.text.IsEmptyString INSTANCE
	private static final org.hamcrest.Matcher NULL_OR_EMPTY_INSTANCE
	public void  () 
	public boolean matches (java.lang.Object) 
		Object item
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public static org.hamcrest.Matcher isEmptyString () 
	public static org.hamcrest.Matcher isEmptyOrNullString () 
	static void  () 
}

org/hamcrest/text/IsEqualIgnoringCase.class
IsEqualIgnoringCase.java
package org.hamcrest.text
public org.hamcrest.text.IsEqualIgnoringCase extends org.hamcrest.TypeSafeMatcher {
	private final String string
	public void  (java.lang.String) 
		String string
	public boolean matchesSafely (java.lang.String) 
		String item
	public void describeMismatchSafely (java.lang.String, org.hamcrest.Description) 
		String item
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public static org.hamcrest.Matcher equalToIgnoringCase (java.lang.String) 
		String expectedString
	public volatile void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	public volatile boolean matchesSafely (java.lang.Object) 
		Object x0
}

org/hamcrest/text/IsEqualIgnoringWhiteSpace.class
IsEqualIgnoringWhiteSpace.java
package org.hamcrest.text
public org.hamcrest.text.IsEqualIgnoringWhiteSpace extends org.hamcrest.TypeSafeMatcher {
	private final String string
	public void  (java.lang.String) 
		String string
	public boolean matchesSafely (java.lang.String) 
		String item
	public void describeMismatchSafely (java.lang.String, org.hamcrest.Description) 
		String item
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public java.lang.String stripSpace (java.lang.String) 
		char c
		int i
		String toBeStripped
		StringBuilder result
		boolean lastWasSpace
	public static org.hamcrest.Matcher equalToIgnoringWhiteSpace (java.lang.String) 
		String expectedString
	public volatile void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	public volatile boolean matchesSafely (java.lang.Object) 
		Object x0
}

org/hamcrest/text/StringContainsInOrder.class
StringContainsInOrder.java
package org.hamcrest.text
public org.hamcrest.text.StringContainsInOrder extends org.hamcrest.TypeSafeMatcher {
	private final Iterable substrings
	public void  (java.lang.Iterable) 
		Iterable substrings
	public boolean matchesSafely (java.lang.String) 
		String substring
		java.util.Iterator i$
		String s
		int fromIndex
	public void describeMismatchSafely (java.lang.String, org.hamcrest.Description) 
		String item
		org.hamcrest.Description mismatchDescription
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	public static org.hamcrest.Matcher stringContainsInOrder (java.lang.Iterable) 
		Iterable substrings
	public volatile void describeMismatchSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	public volatile boolean matchesSafely (java.lang.Object) 
		Object x0
}

org/hamcrest/xml/HasXPath$1.class
HasXPath.java
package org.hamcrest.xml
final org.hamcrest.xml.HasXPath$1 extends java.lang.Object implements org.hamcrest.Condition$Step  {
	void  () 
	public org.hamcrest.Condition apply (java.lang.Object, org.hamcrest.Description) 
		Object value
		org.hamcrest.Description mismatch
}

org/hamcrest/xml/HasXPath.class
HasXPath.java
package org.hamcrest.xml
public org.hamcrest.xml.HasXPath extends org.hamcrest.TypeSafeDiagnosingMatcher {
	public static final javax.xml.namespace.NamespaceContext NO_NAMESPACE_CONTEXT
	private static final org.hamcrest.core.IsAnything WITH_ANY_CONTENT
	private static final org.hamcrest.Condition$Step NODE_EXISTS
	private final org.hamcrest.Matcher valueMatcher
	private final javax.xml.xpath.XPathExpression compiledXPath
	private final String xpathString
	private final javax.xml.namespace.QName evaluationMode
	public void  (java.lang.String, org.hamcrest.Matcher) 
		String xPathExpression
		org.hamcrest.Matcher valueMatcher
	public void  (java.lang.String, javax.xml.namespace.NamespaceContext, org.hamcrest.Matcher) 
		String xPathExpression
		javax.xml.namespace.NamespaceContext namespaceContext
		org.hamcrest.Matcher valueMatcher
	private void  (java.lang.String, javax.xml.namespace.NamespaceContext, org.hamcrest.Matcher, javax.xml.namespace.QName) 
		String xPathExpression
		javax.xml.namespace.NamespaceContext namespaceContext
		org.hamcrest.Matcher valueMatcher
		javax.xml.namespace.QName mode
	public boolean matchesSafely (org.w3c.dom.Node, org.hamcrest.Description) 
		org.w3c.dom.Node item
		org.hamcrest.Description mismatch
	public void describeTo (org.hamcrest.Description) 
		org.hamcrest.Description description
	private org.hamcrest.Condition evaluated (org.w3c.dom.Node, org.hamcrest.Description) 
		javax.xml.xpath.XPathExpressionException e
		org.w3c.dom.Node item
		org.hamcrest.Description mismatch
	private static org.hamcrest.Condition$Step nodeExists () 
	private static javax.xml.xpath.XPathExpression compiledXPath (java.lang.String, javax.xml.namespace.NamespaceContext) 
		javax.xml.xpath.XPath xPath
		javax.xml.xpath.XPathExpressionException e
		String xPathExpression
		javax.xml.namespace.NamespaceContext namespaceContext
	public static org.hamcrest.Matcher hasXPath (java.lang.String, org.hamcrest.Matcher) 
		String xPath
		org.hamcrest.Matcher valueMatcher
	public static org.hamcrest.Matcher hasXPath (java.lang.String, javax.xml.namespace.NamespaceContext, org.hamcrest.Matcher) 
		String xPath
		javax.xml.namespace.NamespaceContext namespaceContext
		org.hamcrest.Matcher valueMatcher
	public static org.hamcrest.Matcher hasXPath (java.lang.String) 
		String xPath
	public static org.hamcrest.Matcher hasXPath (java.lang.String, javax.xml.namespace.NamespaceContext) 
		String xPath
		javax.xml.namespace.NamespaceContext namespaceContext
	public volatile boolean matchesSafely (java.lang.Object, org.hamcrest.Description) 
		Object x0
		org.hamcrest.Description x1
	static void  () 
}