| Package | Description |
|---|---|
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClientDescription |
ClientDescription.copy() |
ClientDescription |
ClientInfo.getClientDescription()
Returns the
ClientDescription for this JVM. |
ClientDescription |
ClientVmRecord.getClientDescription() |
ClientDescription |
TestConfig.getClientDescription(String name) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ClientDescription> |
TestConfig.getClientDescriptions() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TestConfig.addClientDescription(ClientDescription cd)
Adds the specified client description to the test configuration.
|
static String |
CacheServerHelper.getStartCommand(String name,
ClientDescription cd,
String cacheXmlFile,
String[] extraArgs)
Returns the command line for a "start" operation on the given cache server.
|
static int |
Java.java(ClientDescription cd,
String main)
Starst a vm on localhost based on the client description and specified
main.
|
| Constructor and Description |
|---|
ClientInfo(int vmid,
ClientDescription cd) |
ClientVmRecord(int vmid,
int basetid,
ClientDescription cd) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.