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