I agree, using nulls is kind of an anti-pattern for me. But there may be times that it can be necessary to use them, e.g. when using an API that requires them.
On 23/09/2010 08:34, Clemens Wyss wrote: > I wouldn't put null into a user story. I'd use "<not set>" or "<n.a.>", or > have an explicit expression "Given xyz is not set" > >> ----- Ursprüngliche Nachricht ----- >> Von: sud >> Gesendet: 23.09.10 08:10 Uhr >> An: [email protected] >> Betreff: [jbehave-user] using null as an parameter value >> >> 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 > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
