Exception: Oselvar::Var::Core::UnexpectedPassError
- Inherits:
-
StandardError
- Object
- StandardError
- Oselvar::Var::Core::UnexpectedPassError
- Defined in:
- lib/oselvar/var/core/execute.rb
Overview
Raised when an expected-to-fail example passes unexpectedly.
Instance Method Summary collapse
-
#initialize(message = 'expected the example to fail, but it passed') ⇒ UnexpectedPassError
constructor
A new instance of UnexpectedPassError.
Constructor Details
#initialize(message = 'expected the example to fail, but it passed') ⇒ UnexpectedPassError
Returns a new instance of UnexpectedPassError.
15 16 17 |
# File 'lib/oselvar/var/core/execute.rb', line 15 def initialize( = 'expected the example to fail, but it passed') super end |