Geode is tested with a combination of tests written with JUnit , DUnit (distributed unit) and regression testsand DUnit. JUnit tests are written as with any other project while DUnit tests use a multi-JVM environment (see Distributed Unit Tests DistributedTest).
JUnit tests are divided into two main categories: UnitTest and IntegrationTest.
...