ZeroLink and dynamic discovered Classes
ZeroLink and dynamic discovered Classes
- Subject: ZeroLink and dynamic discovered Classes
- From: Martin Häcker <email@hidden>
- Date: Sun, 23 Nov 2003 23:03:49 +0100
Hi there,
to get to know the inside of the objc-runtime I am coding a simple
unit-testing framework for myself. But, well, I got myself totally
stuck on this problem:
I'd like to do automatic test-case discovery and currently get a list
of all classes from the runtime before I filter out those that are no
testcases.
BUT if zero-link is enabled I never get my testclasses listed. Well
that is to be expected as those classes are not explicitely
specified/instantiated anywhere else in the source.
Is there a different way to get a list of classes? Or perhaps a list
of classes just from my applications? Or even just my Test-Classes
whithout specifying them by name?
I really don't want to specify them by name as that is the entire
reason for my adventure and I'd also love to the test-collecting
"once and only once" if at all possible.
Thanks,
Martin
--
dont.wanna.tell
[ot]coder - hehe
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.