Versions Compared

Key

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

...

  1. Specify geode-junit as a compile dependency for your tests by adding the following in your build.gradle

    testCompile 'org.apache.geode:geode-junit:geodeVersion'

     

  2. Specify the gradle plugin that will download and install the Geode distribution to be used by GfshRule by adding the following to your build.gradle file 
    apply plugin: 'geode-integration-test-gradle-plugin'

     

  3. Write your integration tests by spinning up a Geode cluster using gfsh commands as shown above.

 

...

Content by Label
showLabelsfalse
max5
spacesGEODE
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "GEODE"
labelskb-how-to-article

Page properties
hiddentrue
Related issues