| Changed Methods |
Matcher<Class> inSubpackage(String)
|
Documentation changed from old to new. |
Returns a matcher which matches classes in the given package and its subpackages. |
Matcher<Class> subclassesOf(Class<?>)
|
Documentation changed from old to new. |
Returns a matcher which matches subclasses of the given type (as well as the given type). |
Matcher<AnnotatedElement> annotatedWith(Class<Annotation>)
|
Documentation changed from old to new. |
Returns a matcher which matches elements (methods, classes, etc.) with a given annotation. |
Matcher<AnnotatedElement> annotatedWith(Annotation)
|
Documentation changed from old to new. |
Returns a matcher which matches elements (methods, classes, etc.) with a given annotation. |