
22 Oct
2008
22 Oct
'08
8:30 a.m.
dominic ibeme <detroydom <at> yahoo.com> writes: Please don't reply to the digest.
Thanks Gennadiy .
i can't seem to find a way to specify dependencies for test cases that are automatically registered.
Yes. There is no direct way to specify dependency for automatically registered test units. What you can do though is to specify it after the fact. For example in global fixture. You will need to use unit_test::framework interfaces to locate test units Gennadiy.