I have the following Case Class...
case class Test(name:String)
and I add the following test...
class TestSpec extends AnyFunSpec