On 2012-08-05 01:43, Maxime Chevalier wrote:
These improvements would be very nice. The unit test framework, as it is, is rather underpowered.Exceptions could also use more documentation on the D website. I heard there was some exception chaining mechanism, but I can't even seem to find any info on the Error class.
I have a simple, minimal unit test framework as part of my serialization library:
https://github.com/jacob-carlborg/orange/blob/master/orange/test/UnitTester.d -- /Jacob Carlborg