Method: ParameterizedTesting::Input#initializer

Defined in:
lib/parameterized_testing/input.rb

#initializerProc (readonly)

Returns the block to compute the value of this input.

Returns:

  • (Proc)

    the block to compute the value of this input



11
12
13
# File 'lib/parameterized_testing/input.rb', line 11

def initializer
  @initializer
end