Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jts-dev] Test runner shell script

It's still a goal of JTS to provide a TestRunner command which can be used to run an arbitrary set of XML tests.  

i just committed an improved JTSTestRunner command class here:  https://github.com/dr-jts/jts/tree/feature-testrunner  Comments are welcome.

At the moment the easiest way of running this is in Eclipse.  I will investigate how to make it easily runnable from the cmd line without needing Eclipse.  Ultimately I'd like to provide a JTS distro bundle which has all the artifacts along with scripts to run them, similar to the old distribution.  I will need to improve my Maven-fu to do this, however.

On Tue, Jul 11, 2017 at 6:25 AM, Sandro Santilli <strk@xxxxxx> wrote:
On Tue, Jul 11, 2017 at 12:24:54PM +0200, Björn Harrtell wrote:
> I think that's not possible as all XML tests in one directory are
> essentially run as a single test case in the point of view of Maven. :(

This is an unfortunate regression :(

> This can be improved by making the testrunner code generate dynamic JUnit
> test cases instead which would have other benefits too like the ability to
> run tests in parallell.

I liked the approach of a generic tool that could be passed a path
to an XML file and run the test therein. That's what it was before
this change.

--strk;
_______________________________________________
jts-dev mailing list
jts-dev@xxxxxxxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.locationtech.org/mailman/listinfo/jts-dev


Back to the top