<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.2.9</version>
<scope>test</scope>
</dependency>
import org.scalatest.funsuite.AnyFunSuite;
public class MyLibraryTest extends AnyFunSuite {
}
}
mvn test
test {
useJUnitPlatform()
}