blob: da4ef64cfe21ea40e36868f81e19367edfcb7c89 [file] [log] [blame]
Tests for the Audit.teardown command.
== Running test suite: Audit.teardown
-- Running test case: Audit.teardown.Invalid.WithoutSetup
Audit teardown...
PASS: Should produce an exception.
Error: Must call setup before calling teardown
-- Running test case: Audit.teardown.Invalid.SequentialCalls
Audit setup...
Audit teardown...
Audit teardown...
PASS: Should produce an exception.
Error: Must call setup before calling teardown