So there's all kinds of workarounds we employ. For...
# kotlintest
s
So there's all kinds of workarounds we employ. For
ExpectSpec
there should be expect blocks. If you don't like the expect blocks, you could use FunSpec which has context and test. Or it's easy enough to create a new Spec that only has context for example. Any combination is possible.