I am evaluating Jmeter with Junit Sampler. For testing Junit sampler, I will have to create test class which extends TestCase. I would like to extend other class like JUnitStories in test class and want to get the class name and it's method in Junit sample list. Could you please tell ideas to achieva this?