Skip to content

Commit

Permalink
Enhance Developers Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Oct 11, 2018
1 parent bac2802 commit afcb4cd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DEVELOPING.md
Expand Up @@ -71,6 +71,15 @@ There are two kinds of unit tests:
### JUnit tests

Used for verifying API code, internal data structures, and ancillary algorithms.
These tests are written in Java.
This allows testing all parts of the codebase,
and can provide richer error detection and reporting.
However, the tests are not as readable or portable
as the XML tests.

* To run the unit tests in a module (`jts-core`):

mvn test -pl modules/core

### XML Tests

Expand Down

0 comments on commit afcb4cd

Please sign in to comment.