Running the java tests

2013-02-14 Thread Alan Conway
Anyone know how to run a subset of proton's Java tests? The pom.xml
explains how to do it for the jython test but not for other Java tests.



Re: Running the java tests

2013-02-14 Thread Phil Harvey
Hi Alan,

You can use the test system property, as described here:

http://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html

If I remember correctly, the special pattern property mentioned you're
seeing in the pom is a non-standard one we added to tell JythonTest to run
a subset of the Python tests.

Note that there are not very many Java Junit tests yet,  but Keith and I
are currently looking to add some more.

Phil
On Feb 14, 2013 9:51 PM, Alan Conway acon...@redhat.com wrote:

 Anyone know how to run a subset of proton's Java tests? The pom.xml
 explains how to do it for the jython test but not for other Java tests.