Exception: Inferno::Exceptions::TestSuiteImplementationException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/inferno/exceptions.rb

Instance Method Summary collapse

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