Re: JUnit errors

2022-09-08 Thread Kevin Doran
Hi Akshara, I suspect it could be related to Java 18. I believe we require Java 17 or Java 11 (or Java 8, although we are about to drop support for that). Can you try that? Thanks, Kevin On Sep 8, 2022 at 02:38:11, Akshara Uke wrote: > Hello, > > I took the latest codebase, and am trying to ru

JUnit errors

2022-09-08 Thread Akshara Uke
Hello, I took the latest codebase, and am trying to run unit tests. However, I get below error: *Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null)* Similar to this thread : https://stackoverflow.com/questions/41956692/could-not-initialize-plugin-interface-or