Method: ParameterizedTesting::Input#initialize
- Defined in:
- lib/parameterized_testing/input.rb
#initialize(index:, location:, initializer:) ⇒ Input
Returns a new instance of Input.
13 14 15 16 17 |
# File 'lib/parameterized_testing/input.rb', line 13 def initialize(index:, location:, initializer:) @index = index @location = location @initializer = initializer end |