stringdistance icon indicating copy to clipboard operation
stringdistance copied to clipboard

Add Junit dependency and tests around .util Java wrapper package

Open vickumar1981 opened this issue 5 years ago • 0 comments

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?)

vickumar1981 avatar Dec 07 '18 06:12 vickumar1981