I have a "black box" of code that contains many threads. There is no method to "kill" the black box threads that I have found.
I am passing data into the "black box" through junit and making sure that I am getting the expected outputs.
Is there a way to gracefully exit the test case (It keeps it open in eclipse because of the threads in the black box)?