
23 Sep
2011
23 Sep
'11
4:35 p.m.
Jon Black <jon_black <at> mm.st> writes:
Yes, they are automatically registered tests. In the init_unit_test() method I also give the master test suite a unique name for each DLL. If there is on shared test framework, does this mean I'm just renaming the same master test suite each time?
Yes, but you should get the correct name since MyDll1 is loaded in memory last. Gennadiy