Fix ignore step size by lnyng · Pull Request #209 · scijava/scijava-common
final Number stepSize = info.getInput("x").getStepSize(); assertNotNull(stepSize); assertEquals(10, stepSize.intValue()); }
@Test
@Parameter @Parameter(stepSize = "10") private double x;
@Parameter(type = ItemIO.OUTPUT)