blob: f910249b3087dc6fe0a06f3290d88fb40031e12c [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.