Looking at the current code a little more I see that the base class
JUnit4DistributedTestCase is tied to Geode. You would need to create an
equivalent to it that doesn't refer to Geode and then base your test
case on that.
There is a little documentation here:
https://cwiki.apache.org/confluence/display/GEODE/Distributed-Unit-Tests
but it wasn't updated when DistributedTestCase/CacheTestCase were
replaced with JUnit4DistributedTestCase and JUnit4CacheTestCase.
Le 1/19/2017 à 2:32 PM, Roman Shaposhnik a écrit :
On Thu, Jan 19, 2017 at 2:30 PM, Bruce Schuchardt
<bschucha...@pivotal.io> wrote:
Hi Roman,
DUnit is an RMI-based system. The only ties it has to Geode are that it
creates a Locator before running tests.
Is there a separate doc for it? Suppose I wanted to use DUnit to test, lets
say, Zookeeper -- where would I start so that I can write my first testcase?
Thanks,
Roman.