Package org.mockito.errorprone.bugpatterns
package org.mockito.errorprone.bugpatterns
-
ClassesClassDescriptionBase for
BugCheckers that detect issues with any() matchers and primitive types.Matches on usage ofMockito.argThat(Matcher)with a matcher that does not extend ArgumentMatcher.Matches on usage ofMockito.argThat(Matcher)with a matcher that does not extend ArgumentMatcher.BugCheckerthat detects usages of org.mockito.internal.*Finds subclasses of @NotExtensible interfaces.