File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ Maintenance version
2+
3+ ## Improvements
4+
5+ * ** mockito** add ` anyFunction0 ` to the ` MockitoMatchers ` (#634 ) (thanks to @hmemcpy )
6+ * ** mockito** upgraded to Mockito ` 2.16.0 ` (#641 )
7+ * ** scala** avoid procedure syntax (#647 ) (thanks to Kenji Yoshida)
8+ * ** matcher-extra** output better failure messages for Json matchers (#650 )
9+
10+ ## Fixes
11+
12+ * various fixes to the test suite (#643 , #644 , #645 ) (thanks to @hmemcpy )
13+ * ** core** changed the fragment’s id to the hashcode of a fragment, rather than its location (#640 ). This fixes a
14+ description issue with JUnit when using ` Fragment.foreach ` (thanks to @hmemcpy )
15+ * ** junit** shutdown the execution environment after executing junit tests (#648 )
16+ * ** core** fixed the visibility of ` AllExpectations.fragmentsFactory ` to allow mixing the trait with
17+ ` Before/After/Around Each ` (#651 )
18+
19+
You can’t perform that action at this time.
0 commit comments