unit-threaded v0.5.7 - advanced multi-threaded unit testing library

Atila Neves via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Feb 14 08:35:52 PST 2016


On Saturday, 13 February 2016 at 12:41:35 UTC, Daniel Murphy 
wrote:
> On 9/02/2016 12:23 AM, Atila Neves wrote:
>> What's new:
>>
>> Built-in unittest blocks can now have a name with just a 
>> string UDA:
>> --------------------------------------------------------------------
>>
>> @("test that does stuff") unittest {... }
>>
>
> I feel obliged to point out that this is going to be a disaster 
> as soon as any other library decides that means something else.

The @Name UDA still exists, and I think it's unlikely another 
library will be looking for string UDAs on unittest blocks that 
isn't itself a testing library.

Atila


More information about the Digitalmars-d-announce mailing list