[android-developers] Thread handling problem in Test Case

2010-11-15 Thread Mahabaleshwara Vasishta
Hi, I am implementing a testcase in Android Juint. I am facing problem in handling threads. After the successful running of a test case, it will not wait for child thread to be finished. e.g. If one testcase call some services in server. testcase will successfully send request to a server, but it

[android-developers] Thread handling problem in Test Case

2010-11-15 Thread Mahabaleshwara Vasishta
Hi, I am implementing a testcase in Android Juint. I am facing problem in handling threads. After the successful running of a test case, it will not wait for child thread to be finished. e.g. If one testcase call some services in server. testcase will successfully send request to a server, but it