Polish "Improve documentaion of Mockito test execution listeners"

See gh-25375
This commit is contained in:
Andy Wilkinson
2021-03-05 14:14:36 +00:00
parent 72562e0fd4
commit 22b73f3020
3 changed files with 12 additions and 6 deletions

View File

@@ -6593,7 +6593,7 @@ To use this feature with a different arrangement, listeners must be explicitly a
[source,java,indent=0]
----
@TestExecutionListeners({MockitoTestExecutionListener.class, ResetMocksTestExecutionListener.class})
@TestExecutionListeners({ MockitoTestExecutionListener.class, ResetMocksTestExecutionListener.class })
----
====