>junit folder with test.jar used for JUnit Request
No.
lib/junit folder is used by JUnit Request Sampler.
However lib/junit/test.jar file is used in JMeter tests only. That is why I
say that lib/junit/test.jar should not be included into binary artifact.
For instance:
bin/testfiles/GenTest22.jmx: <stringProp
name="junitSampler.classname">woolfel.DummyTestCase</stringProp>
bin/testfiles/GenTest231.jmx: <stringProp
name="junitSampler.classname">woolfel.DummyTestCase</stringProp>
bin/testfiles/GuiTest231.jmx: <stringProp
name="junitSampler.classname">woolfel.DummyTestCase</stringProp>
bin/testfiles/GuiTest231_original.jmx: <stringProp
name="junitSampler.classname">woolfel.DummyTestCase</stringProp>
bin/testfiles/SavedGuiTest231.jmx: <stringProp
name="junitSampler.classname">woolfel.DummyTestCase</stringProp>
...
src/protocol/junit-sample/src/main/java/woolfel/DummyTestCase.java:public
class DummyTestCase extends TestCase {
We do not ship bin/testfiles into binary artifact, so it makes no sense to
ship lib/junit/test.jar as well.
Vladimir