/exp-hale-deegree

Experiments for tighter integration of hale and deegree

Primary LanguageJavaGNU Lesser General Public License v3.0LGPL-3.0

exp-hale-deegree

Experiments for tighter integration of hale and deegree.

Setup Eclipse project

Generate an Eclipse project with the following command:

./gradlew eclipse

Then import the project into Eclipse using Import existing projects into workspace.

Run tests

You can run the test w/o any IDE on the command line:

./gradlew test

A HTML file is generated as test report.

Alternatively, you can run the tests in Eclipse via Run As -> JUnit Test