Exception: Screenplay::UnknownInputKeyException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/screenplay/actors/test.rb

Instance Method Summary collapse

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