| Class | BareTest::Assertion::Skip |
| In: |
lib/baretest/assertion/skip.rb
|
| Parent: | StandardError |
BareTest::Assertion::Skip can be raised within an assertion to indicate that the assertion is to be skipped. Unlike all other exceptions, this one will not set the Assertion‘s status to :error but to :failure. The exception‘s message is used as Assertion#reason. Also see BareTest::Assertion::Support#skip