I am using Eclipse IDE and JUnit for unit testing.
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.