It's not possible currently to extract just the JUnit tests, as a large proportion are in the same source files as the code they are testing.
S. On 6/2/05, Peter Lin <[EMAIL PROTECTED]> wrote: > currently, jmeter is organized by protocol and not functionality. you > can take a look without checking out the entire project using cvs > browse > > http://cvs.apache.org/viewcvs.cgi/jakarta-jmeter/src/protocol/http/org/apache/jmeter/ > > you'll see a directory for unit test. > > Off hand I don't know what it would take to package just the junit > tests, since they depend on the jmeter jar files. In theory it should > be straight forward to use ANT jar task to extract just the unit test > directories and build a new jar. > > Sebastian would know more about it. He has more expertise with ANT than I do. > > peter > > > On 6/2/05, Derzay, Greg (GE Healthcare) <[EMAIL PROTECTED]> wrote: > > Can the junit tests be packaged as a single jar file easily? I would be > > very willing to take a look at what exists to at least use as a > > baseline. > > > > I appreciate your support. > > > > Greg > > > > -----Original Message----- > > From: Peter Lin [mailto:[EMAIL PROTECTED] > > Sent: Thursday, June 02, 2005 10:14 AM > > To: Derzay, Greg (GE Healthcare) > > Subject: Re: Jmeter test scripts > > > > the tests are unit tests, but we do not have JUnit tests for all > > samplers. the reason is because testing JMeter fully in an automated > > fashion requires more resource than we have. although I have 4 servers > > at home, the other jmeter developers do not, so we do not have an > > automated test process. > > > > peter > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
