| Package | Description |
|---|---|
| dunit |
This package contains the building blocks for GemFire Distributed
Unit Tests.
|
| dunit.eclipse | |
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| Modifier and Type | Method and Description |
|---|---|
GemFireDescription |
HydraDUnitEnv.getGemfireDescription() |
abstract GemFireDescription |
DUnitEnv.getGemfireDescription() |
| Modifier and Type | Class and Description |
|---|---|
class |
FakeDescription |
| Modifier and Type | Method and Description |
|---|---|
GemFireDescription |
EclipseDUnitEnv.getGemfireDescription() |
| Modifier and Type | Method and Description |
|---|---|
GemFireDescription |
ClientDescription.getGemFireDescription() |
static GemFireDescription |
DistributedSystemHelper.getGemFireDescription()
Returns the
GemFireDescription for this VM, as specified by the
system property GemFirePrms.GEMFIRE_NAME_PROPERTY. |
GemFireDescription |
TestConfig.getGemFireDescription(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,GemFireDescription> |
TestConfig.getGemFireDescriptions()
Returns a mapping of the logical name of the GemFire system to
its
GemFireDescription. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TestConfig.addGemFireDescription(GemFireDescription gfd)
Adds the specified GemFire description to the test configuration.
|
Properties |
SecurityDescription.getDistributedSystemProperties(GemFireDescription gfd)
Returns the cached instance of security-related properties for this
description.
|
protected String |
SecurityDescription.getSecurityLogFileName(GemFireDescription gfd)
For internal hydra use only.
|
void |
ClientDescription.setGemFireDescription(GemFireDescription gfd) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.