Re: Multitasking unit test
- Posted by jeremy (admin) Oct 09, 2009
- 1180 views
euphoric said...
What are some of the requirements of such a test? My initial thought was build a directory tree, starting with the root. For each directory encountered, start a new task to get its files. You should end up with a ton of tasks, and even though you wouldn't normally do it this way, I think it would test the task system.
It needs to have a concrete testable result.
Jeremy