| Class | Description |
|---|---|
| AbstractMockitoAnyForPrimitiveType |
Base for
BugCheckers that detect issues with any() matchers and primitive types. |
| MockitoAnyClassWithPrimitiveType |
Matches on usage of
Mockito.argThat(Matcher) with a matcher that does not extend
ArgumentMatcher. |
| MockitoAnyIncorrectPrimitiveType |
Matches on usage of
Mockito.argThat(Matcher) with a matcher that does not extend
ArgumentMatcher. |
| MockitoInternalUsage |
BugChecker that detects usages of
org.mockito.internal.* |
| MockitoNotExtensible |
Finds subclasses of @NotExtensible interfaces.
|