class Screenplay::UnsupportedTypeTestException

Public Class Methods

new(test, a) click to toggle source
Calls superclass method
# File lib/screenplay/actors/test.rb, line 18
def initialize(test, a)
        super("Unsupported data type for test #{test}: #{a.to_s}")
end