QUnit
The QUnit-inspired interface matches the “flat” look of QUnit, where the test suite title is defined before the test-cases.
Like TDD, it uses suite()
and test()
, but resembling BDD, it also contains before()
, after()
, beforeEach()
, and afterEach()
.