You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though the .util Java package wrapper class, StringDistince, calls the same underlying implementation as the Scala version, there is a chance of missing parameters/incorrect syntax with the wrapper that could go uncaught. sbt will run on Scala sources, but can add Junit, and map to an sbt task to run both sets of tests.
Add Junit as a dependency
Create a task for running the java/junit tests
Include java sources in coverage report (Is this even possible?)
The text was updated successfully, but these errors were encountered:
Though the
.util
Java package wrapper class,StringDistince
, calls the same underlying implementation as the Scala version, there is a chance of missing parameters/incorrect syntax with the wrapper that could go uncaught.sbt
will run on Scala sources, but can add Junit, and map to ansbt
task to run both sets of tests.The text was updated successfully, but these errors were encountered: