This repository has been archived by the owner on May 9, 2023. It is now read-only.
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.