Versions Compared

Key

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

This articles describes how to write geode Dunit tests using Junit rules.

Use

...

ClusterStartupRule

This rule would ease the steps to start up locator/server in specific VMs with specified gemfire properties. The rule will take care of tearing down and cleaning up the VMs and file systems after tests are done so you don't need to worry about closing anything.

...