>From the usermanual:

"rather than use Jmeter's test interface, it scans the jar files for classes
extending junit's
TestCase class. This means any class or subclass"

I have an annotated test class, which runs via SpringJUnit4ClassRunner.

@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration
public class TestingClientTest {
        ....
        @Autowired
        private ServiceClient client;
        ....
  }

Runs great via Eclipse. 

Can this be load tested with jMeter somehow?

Thanks!

-- 
View this message in context: 
http://old.nabble.com/JMeter-JUnit-Sampler-tp27783514p27783514.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]

Reply via email to