Skip to content
Markus Schneider edited this page Mar 5, 2014 · 13 revisions

This page lines out agreed practices for dealing with Unit / Integration practices in deegree.

Status: Draft (needs to be discussed)

Unit Tests

  • Unit Tests must be self-contained: They cannot use external systems (e.g. databases, HTTP servers, etc.)
  • Unit Tests must not require an Internet connection!
  • Unit Tests should not produce any console output

Found issues in 3.3.7:

  • deegree-core-base: GMLAppSchemaReaderTest#testParsingCityGML

Integration Tests

Clone this wiki locally