How am I supposed to Unit Test a Scala Case Class with Jacoco?

前端 未结 0 1697
鱼传尺愫
鱼传尺愫 2021-02-18 23:30

I have the following Case Class...

case class Test(name:String)

and I add the following test...

class TestSpec extends AnyFunSpec          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题