Named unittests

Panke via Digitalmars-d digitalmars-d at puremagic.com
Tue Mar 31 21:46:32 PDT 2015


>
> We need template to use compile time reflection.

Please don't make it all compile time. It is useful to register 
tests at runtime as well. Like one tests per SAT instance in a 
given SAT benchmark.

Practically only thing we need is a standard way to register a 
test function as a unittest and associate a key-value store with 
it.


More information about the Digitalmars-d mailing list