I want to be able to supply null as a value to a String parameter in my step method. How do I do that?
I tried null and it simply gets converted to a String "null".
Thanks
I want to be able to supply null as a value to a String parameter in my step method. How do I do that?
I tried null and it simply gets converted to a String "null".
Thanks