Versions Compared

Key

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

...

For example: ./gradlew -DintegrationTest.single=ArrayUtilsJUnitTest integrationTest

To run a specific category of tests (eg: GfshTest) you can do so:

./gradlew -PtestCategory=org.apache.geode.test.junit.categories.GfshTest distributedTest

Setting up your IDE

Geode uses gradle plugins to generate your IDE configuration files.

...