class Cucumber::Messages::JavaMethod
def initialize(
def initialize( class_name: '', method_name: '', method_parameter_types: [] ) @class_name = class_name @method_name = method_name @method_parameter_types = method_parameter_types super() end
def initialize( class_name: '', method_name: '', method_parameter_types: [] ) @class_name = class_name @method_name = method_name @method_parameter_types = method_parameter_types super() end