Uses of Class
org.hamcrest.DiagnosingMatcher
-
Packages that use DiagnosingMatcher Package Description org.hamcrest.beans Matchers of Java Bean properties and their values.org.hamcrest.core Fundamental matchers of objects and values, and composite matchers.org.hamcrest.object Matchers that inspect objects and classes. -
-
Uses of DiagnosingMatcher in org.hamcrest.beans
Subclasses of DiagnosingMatcher in org.hamcrest.beans Modifier and Type Class Description classSamePropertyValuesAs<T>private static classSamePropertyValuesAs.PropertyMatcher -
Uses of DiagnosingMatcher in org.hamcrest.core
Subclasses of DiagnosingMatcher in org.hamcrest.core Modifier and Type Class Description classAllOf<T>Calculates the logical conjunction of multiple matchers.classIsInstanceOfTests whether the value is an instance of a class. -
Uses of DiagnosingMatcher in org.hamcrest.object
Subclasses of DiagnosingMatcher in org.hamcrest.object Modifier and Type Class Description private static classHasEqualValues.FieldMatcher
-