Yet another way of doing unit testing
scalatest
easy to read article, you test(“my name”) and define a code block: https://www.scalatest.org/getting_started_with_fun_suite
a bit boring to learn another way of doing test but at least you do not need to define the useless function signature etc.
This seem a more complete description of FunTest, which is function test and not jus Fun; let’s home it is also a bit fun…
Leave a comment