public class testEngine
extends java.lang.Object
BaseType
Constructor and Description |
---|
testEngine(int sLength) |
Modifier and Type | Method and Description |
---|---|
int |
getMaxSequenceLength() |
void |
loadTestGrid(java.lang.String datasetName,
test_SDGrid tg)
Loads test Grids full of data
|
void |
newLoadTestArray(java.lang.String datasetName,
test_SDArray ta)
Loads test Arrays full of data
|
boolean |
nextBool() |
byte |
nextByte() |
float |
nextFloat32() |
double |
nextFloat64() |
short |
nextInt16() |
int |
nextInt32() |
java.lang.String |
nextString() |
short |
nextUint16() |
int |
nextUint32() |
java.lang.String |
nextURL() |
public testEngine(int sLength)
sLength
- Length of test Sequencespublic int getMaxSequenceLength()
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 java.lang.String nextURL()
public java.lang.String nextString()
public void newLoadTestArray(java.lang.String datasetName, test_SDArray ta) throws java.io.IOException
datasetName
- Name of datasetta
- Array to load upjava.io.IOException
- When crap goes wrongpublic void loadTestGrid(java.lang.String datasetName, test_SDGrid tg) throws NoSuchVariableException, java.io.IOException, java.io.EOFException
NoSuchVariableException
java.io.IOException
java.io.EOFException