Exception: Inferno::Exceptions::TestSuiteImplementationException
- Inherits:
-
StandardError
- Object
- StandardError
- Inferno::Exceptions::TestSuiteImplementationException
- Defined in:
- lib/inferno/exceptions.rb
Instance Method Summary collapse
-
#initialize(feature, details) ⇒ TestSuiteImplementationException
constructor
A new instance of TestSuiteImplementationException.
Constructor Details
#initialize(feature, details) ⇒ TestSuiteImplementationException
Returns a new instance of TestSuiteImplementationException.
142 143 144 145 |
# File 'lib/inferno/exceptions.rb', line 142 def initialize(feature, details) super("This test suite incorrectly used the #{feature}. " \ "Contact the developer with the following details: #{details}") end |