|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdods.servers.test.testEngine
public class testEngine
Used by the test server to reset the server output for each new client request.
BaseType
Constructor Summary | |
---|---|
testEngine()
Constructs a new testFlags . |
|
testEngine(ServerDDS s)
|
Method Summary | |
---|---|
void |
loadTestGrid(String datasetName,
test_SDGrid tg)
Loads test Grids full of data |
void |
loadTestList(String datasetName,
test_SDList tl)
Loads test Lists full of data |
void |
newLoadTestArray(String datasetName,
test_SDArray ta)
Loads test Arrays full of data |
boolean |
nextBool()
|
byte |
nextByte()
|
float |
nextFloat32()
|
double |
nextFloat64()
|
short |
nextInt16()
|
int |
nextInt32()
|
String |
nextString()
|
short |
nextUint16()
|
int |
nextUint32()
|
String |
nextURL()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public testEngine()
testFlags
.
public testEngine(ServerDDS s)
Method Detail |
---|
public boolean nextBool()
public byte nextByte()
public float nextFloat32()
public double nextFloat64()
public short nextUint16()
public short nextInt16()
public int nextUint32()
public int nextInt32()
public String nextURL()
public String nextString()
public void newLoadTestArray(String datasetName, test_SDArray ta) throws IOException, EOFException
IOException
EOFException
public void loadTestList(String datasetName, test_SDList tl) throws NoSuchVariableException, IOException, EOFException
NoSuchVariableException
IOException
EOFException
public void loadTestGrid(String datasetName, test_SDGrid tg) throws NoSuchVariableException, IOException, EOFException
NoSuchVariableException
IOException
EOFException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |