Exception: Screenplay::UnsupportedTypeTestException
- Inherits:
-
StandardError
- Object
- StandardError
- Screenplay::UnsupportedTypeTestException
- Defined in:
- lib/screenplay/actors/test.rb
Instance Method Summary collapse
-
#initialize(test, a) ⇒ UnsupportedTypeTestException
constructor
A new instance of UnsupportedTypeTestException.
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 |