FlexTradeUKLtd / jfixture

JFixture is an open source library based on the popular .NET library, AutoFixture
MIT License
105 stars 22 forks source link

Update Mockito to 2.x and JUnit to latest 4.x #54

Closed TWiStErRob closed 5 years ago

philipwhiuk commented 5 years ago

Are we happy with the breaking change here @richkeenan @cliffsun91 @rses @phutchin ?

TWiStErRob commented 5 years ago

Just to clarify: there are no breaking API changes, I changed a test dependency. Mockito just got stricter and detected some false positive tests that I fixed here. I hope the new verifications are correct.

philipwhiuk commented 5 years ago

Oh it's a test scope dependency change to 2.x. Fine. Merging.