std.unittests vote tally

Andrej Mitrovic andrej.mitrovich at gmail.com
Tue Feb 8 09:26:23 PST 2011


So in the most basic form assertThrown is used to check that our
functions throw on bad (user) input,
and assertNotThrown is used to check that our functions work with valid input?

Looks good to me.


More information about the Digitalmars-d mailing list