| Package | Description |
|---|---|
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| Modifier and Type | Method and Description |
|---|---|
VmDescription |
ClientDescription.getVmDescription() |
VmDescription |
MasterDescription.getVmDescription()
Returns the vm description for the master controller.
|
VmDescription |
TestConfig.getVmDescription(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TestConfig.addVmDescription(VmDescription vmd)
Adds the specified vm description to the test configuration.
|
protected String |
JDKVersionDescription.getClassPath(VmDescription vmd,
String javaHome)
Returns the classpath for the given host.
|
protected String |
VersionDescription.getClassPath(VmDescription vmd,
String version,
String javaHome)
Returns the classpath for the given host.
|
protected String |
VersionDescription.getGemFireHome(VmDescription vmd,
String version)
Returns the gemfire home for the version.
|
protected String |
JDKVersionDescription.getJavaHome(VmDescription vmd,
String javaHome)
Returns the Java home for the supplied Java home.
|
protected String |
JDKVersionDescription.getLibPath(VmDescription vmd,
String javaHome)
Returns the library path for the given host.
|
protected String |
VersionDescription.getLibPath(VmDescription vmd,
String version,
String javaHome)
Returns the library path for the given host.
|
void |
ClientDescription.setVmDescription(VmDescription vmd) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.