We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2567f05 commit ee9ba74Copy full SHA for ee9ba74
src/main/java/org/mockito/junit/MockitoJUnitRunner.java
@@ -34,7 +34,7 @@
34
* See {@link UnnecessaryStubbingException}.
35
* Similar to JUnit rules, the runner also reports stubbing argument mismatches as console warnings
36
* (see {@link MockitoHint}).
37
- * To opt-out from this feature, use {@code}@RunWith(MockitoJUnitRunner.Silent.class){@code}
+ * To opt-out from this feature, use {@code @RunWith(MockitoJUnitRunner.Silent.class)}
38
* <li>
39
* Initializes mocks annotated with {@link Mock},
40
* so that explicit usage of {@link MockitoAnnotations#openMocks(Object)} is not necessary.
0 commit comments