Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Add hooks to Tape

Latest
Compare
Choose a tag to compare
@A-gambit A-gambit released this 01 Aug 15:17
· 2 commits to master since this release

With its default “BDD”-style interface, Tape provides the hooks before(), after(), beforeEach(), and afterEach(). These should be used to set up preconditions and clean up after your tests.