The JADE 2022 release meets tomorrow’s business demands.
Often you want to run the same unit test with silightly different property values. For example, you might want to run the same test with good, bad, and limit values. In products like JUnit/NUnit there is the ability to 'attribute' the unit test method with TestCases (These are a list of parameter values passed to multiple runs of the unit test. In Jade we have to create a new method for each case. With a list of TestCases its easier to see if you have all the combinations covered, whereas in Jade just having a list of method names it's harder to 'see' that.