Given Java is a language supporting Double.NaN
Then cucumber's double expression should support 1.234
And cucumber's double expression should support NaN <<< FAIL
and
@Given("cucumber's double expression should support {double}")
public void check(double expected) {}
Is there a proper method to make this work with the builtins?