I'm new to JMeter and would like to use it to drive load on some pre-existing JUnit4 tests I have.
I took the sample in lib/junit/test/DummyAnnotatedTest.java and changed just this line from public class DummyAnnotatedTest to public class DummyAnnotatedTest extends org.echarts.test.sip.CATTestCase and recompiled (adding the necessary lib to support my extension) cleanly. Before the change, the JUnit Sampler scanned all classes/methods w/o problem. After the change scan fails to identify any classes/methods (even after restart of JMeter.) Is this a bug or it is the case that I need a custom scanner to do what I want to do? -- View this message in context: http://jmeter.512774.n5.nabble.com/junit4-annotations-in-class-which-extends-tp2256746p2256746.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

