Versions Compared

Key

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

...

5) add DistributedTestRule and CacheRule

Code Block
@ClassRule@Rule
public staticDistributedRule DistributedTestRuledistributedRule distributedTestRule = new DistributedTestRuleDistributedRule();

@Rule
public CacheRule cacheRule = new CacheRule();

...