JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


Start your update to JADE's latest release

Unit tests to support the idea of "test cases"

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.

  • Guest
  • Dec 23 2020
  • Future consideration
  • Attach files