Exception: BareTest::Assertion::Skip

Inherits:
StandardError
  • Object
show all
Defined in:
lib/baretest/assertion/skip.rb

Overview

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