Re: junit request - can't see my class in the classname list

2007-08-14 Thread sebb
You need to ensure that you implement the required methods, see: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#JUnit_Request and that the test methods are public. On 12/08/07, Assaf Cohen <[EMAIL PROTECTED]> wrote: > Hi People, > > I am using JMeter 2.2. > I wrote a class

junit request - can't see my class in the classname list

2007-08-12 Thread Assaf Cohen
Hi People, I am using JMeter 2.2. I wrote a class that extends junit.framework.TestCase, i jared this class and placed it under \lib\junit\test.jar However, when adding a Junit request sampler, JMeter does not show my class in the classname list, the list is actually empty. What can be the proble