Hi I am using junit for unit testing. I am using Eclipse. I have given 12 test cases that is 12 different functions. When I right click on the paticular function in Outline and give RunAS--->Junit Test it is executing all the test cases. How to overcome this ? I just want to run only one test case or one function !!!
Any idea ?