Hey mtass!
This does make a lot of sense, I’m unsure where you’re question is here, though.
Also, keep in mind, that with “LatentCommands”, teardown will potentially be called before the test is actually complete!
You should therefore create a TeardownLatentCommand, which calls the teardown code as the final LatentCommand in the queue, and add that command at the end of the test.
Cheers,