Exception: Laravel::ExpectationNotMetError
- Inherits:
-
StandardError
- Object
- StandardError
- Laravel::ExpectationNotMetError
- Defined in:
- lib/laravel/errors.rb
Overview
Error to be raised when Expectation is not same as Actual result used in Cucumber Tests
Instance Method Summary collapse
-
#initialize(message = "Test failed because expectation was not met!") ⇒ ExpectationNotMetError
constructor
A new instance of ExpectationNotMetError.
Constructor Details
#initialize(message = "Test failed because expectation was not met!") ⇒ ExpectationNotMetError
Returns a new instance of ExpectationNotMetError.
20 21 22 |
# File 'lib/laravel/errors.rb', line 20 def initialize( = "Test failed because expectation was not met!") super() end |