Hipparchus-Math / hipparchus

An efficient, general-purpose mathematics components library in the Java programming language
Apache License 2.0
139 stars 41 forks source link

Introduce Mockito as test dependency #321

Closed Serrof closed 2 months ago

Serrof commented 3 months ago

Ok so I thought I did add Mockito as a test dependecy, but my IDE doesn't manage to import. @maisonobe any idea on what I did wrong?

VincentCucchietti commented 2 months ago

Hi Serrof,

You want me to take a look ?

Cheers, Vincent

Serrof commented 2 months ago

That would be great thanks

VincentCucchietti commented 2 months ago

Hi @Serrof ,

It is working on my end @Serrof, i suggest you to reload all your maven projects so that the dependency to mockito is downloaded and visible to your IDE.

Cheers, Vincent