Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 488 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 488 Bytes

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