JUnit terminates child threads
- by Marco
Hi to all,
When i test the execution of a method that creates a child thread, the JUnit test ends before the child thread and kills it.
How do i force JUnit to wait for the child thread to complete its execution?
Thanks