You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@ The library has independent developers, release cycle and versioning from core m
41
41
If you're in Scala 2.12 you'll probably want to add the compiler flag `-Ypartial-unification`, if you don't you risk some compile errors when trying to stub complex types using the idiomatic syntax
42
42
43
43
## Notes for 2.0.0
44
-
We dropped support for Scala 2.11 and Java 8, as Mockito 5 dropped support for Java 8.
44
+
We dropped support for Scala 2.11 and Java 8, as Mockito 5 dropped support for Java 8.
* It automatically resets each mock after a each test is run, useful when we need to pass the mocks to some framework once at the beginning of the test suite
14
+
* It automatically resets each mock after each test is run, useful when we need to pass the mocks to some framework once at the beginning of the test suite
15
15
*
16
16
* Just mix-in after your favourite suite, i.e. {{{class MyTest extends PlaySpec with MockitoSugar with ResetMocksAfterEachTest}}}
0 commit comments