Exception: Screenplay::UnknownTestException

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

Instance Method Summary collapse

Constructor Details

#initialize(test) ⇒ UnknownTestException

Returns a new instance of UnknownTestException.



12
13
14
# File 'lib/screenplay/actors/test.rb', line 12

def initialize(test)
	super("Unknown test #{test}")
end