[soc2008-general] unit testing the standard library

Christian Heimes lists at cheimes.de
Tue Mar 25 23:44:08 CET 2008


Titus Brown schrieb:
> ick.  Pollutes namespace for no visible gain.  What's wrong with "assert
> var in sequence"?? :)

It does neither show "var" nor "sequence" when the assertion fails. It
lessens the pain of debugging unit tests when the tester sees the
expected values.

Christian


More information about the soc2008-general mailing list