| Package | Description |
|---|---|
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| Modifier and Type | Method and Description |
|---|---|
HydraVector |
ConfigHashtable.vecAt(Long key)
Returns the HydraVector stored at key.
|
HydraVector |
ConfigHashtable.vecAt(Long key,
HydraVector defaultVal) |
HydraVector |
ConfigHashtable.vecAt(Long key,
int i,
HydraVector defaultVal)
Return the ith element of a vector of vectors parameter as a HydraVector,
or default if null.
|
HydraVector |
ConfigHashtable.vecAtWild(Long key,
int i,
HydraVector defaultVal)
Return the ith vector of a vector of vectors parameter.
|
static HydraVector |
ConfigHashtable.vecFor(Object val) |
| Modifier and Type | Method and Description |
|---|---|
HydraVector |
ConfigHashtable.vecAt(Long key,
HydraVector defaultVal) |
HydraVector |
ConfigHashtable.vecAt(Long key,
int i,
HydraVector defaultVal)
Return the ith element of a vector of vectors parameter as a HydraVector,
or default if null.
|
HydraVector |
ConfigHashtable.vecAtWild(Long key,
int i,
HydraVector defaultVal)
Return the ith vector of a vector of vectors parameter.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.