Making AssertError a singleton

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Mon Dec 12 23:49:59 PST 2016


On 2016-12-13 05:07, Jonathan M Davis wrote:

> It also could be problematic with unit tests - especially unit
> tests that catch AssertErrors (e.g. if someone wants to test the
> contracts).

I also expect all unit test frameworks that are slightly more advanced 
then the built-in we have now would like to catch AssertErrors.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list