java.lang.NoClassDefFoundError: org / mockito / exceptions / base / MockitoSerializationIssue
I got this when combining PowerMock with Mockito. Fixed using compatible version as shown here: https://github.com/powermock/powermock/wiki/Mockito#supported-versions
Check the version of your mockito lib. I see the class org.mockito.exceptions.base.MockitoSerializationIssue in 2.0.2 beta. He is not in 1.9.5.
You do not need to use a beta version. The last 1.10.x should also work. I had the same problem when using 1.9.5, but with the change to 1.10.19 the problem was fixed.
Source: https://habr.com/ru/post/984313/More articles:Howto create .jar, including both sources (.java and .scala) and classes with sbt? - scalaHTTPURLSession digest authentication using HA1 (not password) - iosVS 2013 error when using JSON deserialization method - c #Limit the types that Trait can implement - oopAdd Style to Docx in Novacode - c #c.curCSS is not an error function from jQuery - jqueryHow to access the first result file Finder :: files ()? - phpFacebook Android SDK v4.0.0 Problem with ShareDialog NullPointerException - androidHow can I debug browser files in IDEA? - debuggingSaving text in Spark 1.30 using Dataframes in Scala - sqlAll Articles