# Functions
AddCleanupAction installs a function that will be called in the event of the whole test being terminated.
New makes a new framework and sets up a BeforeEach/AfterEach for you.
RemoveCleanupAction removes a function that was installed by AddCleanupAction.
RunCleanupActions runs all functions installed by AddCleanupAction.