Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Geode is tested with a combination of junit, dunit (distributed unit) and regression tests. Junit tests are written as with any other project while dunit tests use a multi-JVM environment (see [Distributed Unit Tests]).

Always write unit tests for new functionality and always ensure that all unit tests pass before submitting a pull request.

...