Exception: Screenplay::UnsupportedTypeTestException

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

Instance Method Summary collapse

Constructor Details

#initialize(test, a) ⇒ UnsupportedTypeTestException

Returns a new instance of UnsupportedTypeTestException.



18
19
20
# File 'lib/screenplay/actors/test.rb', line 18

def initialize(test, a)
	super("Unsupported data type for test #{test}: #{a.to_s}")
end