Closed fvlankvelt closed 6 years ago
Thanks for these checks! However, I prefer using FunSuite in ScalaTest and just use the plain
FunSuite
test("IndexOf for HLists") { assert(...) }
instead of using the weird DSL it XXX should XXX in XXX.
it XXX should XXX in XXX
Guess I'm more used to the "weird" BDD approach. Either way is fine by me, so long as the test descriptions are clear.
Thanks for these checks! However, I prefer using
FunSuite
in ScalaTest and just use the plaininstead of using the weird DSL
it XXX should XXX in XXX
.