Exception: Screenplay::UnknownInputKeyException
- Inherits:
-
StandardError
- Object
- StandardError
- Screenplay::UnknownInputKeyException
- Defined in:
- lib/screenplay/actors/test.rb
Instance Method Summary collapse
-
#initialize(test, key) ⇒ UnknownInputKeyException
constructor
A new instance of UnknownInputKeyException.
Constructor Details
#initialize(test, key) ⇒ UnknownInputKeyException
Returns a new instance of UnknownInputKeyException.
24 25 26 |
# File 'lib/screenplay/actors/test.rb', line 24 def initialize(test, key) super("Couldn't find #{key} in the input for test #{test}.") end |