Sam
Sam
Since you built your own test framework, I assume you don't mind if I close this :)
The new property test framework in 6.0 supports this, so will mark as closed. When 6.0 is released, the docs will show how it works.
Kotest 6.0 (which we're working on) will be 2.0+ only.
tracking this over here: https://github.com/kotest/kotest-intellij-plugin/issues/289
We can close this out now the K2 plugin has been out for a while.
The difficulty in doing this is that the nested tests are not discovered until the outer scope is executed. Then it's just much easier to run them in place. The...
I think I understand better now. A grouping could just immediately run the nested code to embed the tests. I think that would be possible to work. However, it's going...
I don't think this is an opentest4j thing - the diff is generated by formatting the message in a certain way in the output. We must be doing that wrong...
It's because some of our assertions don't include the actual/expected values. All cases of `x shouldBe y` do, but lots of the custom ones don't (yet). I've fixed all size...