org.curjent.test.agent
Class ProxyTest.ProxyTestTask
java.lang.Object
org.curjent.test.agent.TestTask
org.curjent.test.agent.ProxyTest.ProxyTestTask
- Enclosing class:
- ProxyTest
class ProxyTest.ProxyTestTask
- extends TestTask
Method Summary |
int[] |
getArray()
|
boolean |
getBoolean()
|
Boolean |
getBooleanObject()
|
byte |
getByte()
|
char |
getChar()
|
double |
getDouble()
|
float |
getFloat()
|
int |
getInt()
|
long |
getLong()
|
Object |
getObject()
|
short |
getShort()
|
(package private) void |
getValue(boolean[] array)
|
(package private) int |
getValue(int[] array)
|
Map<Integer,Integer> |
getValues()
|
void |
setValue(Integer key,
Integer value)
|
(package private) boolean |
synchronousException(Throwable exception)
|
void |
testParams(boolean p1,
char p2,
byte p3,
short p4,
int p5,
long p6,
float p7,
double p8,
Object p9,
int[] p10,
Boolean p11)
|
(package private) void |
unhandledException()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
map
private Map<Integer,Integer> map
ProxyTest.ProxyTestTask
ProxyTest.ProxyTestTask()
testParams
public void testParams(boolean p1,
char p2,
byte p3,
short p4,
int p5,
long p6,
float p7,
double p8,
Object p9,
int[] p10,
Boolean p11)
getBoolean
public boolean getBoolean()
getChar
public char getChar()
getByte
public byte getByte()
getShort
public short getShort()
getInt
public int getInt()
getLong
public long getLong()
getFloat
public float getFloat()
getDouble
public double getDouble()
getObject
public Object getObject()
getArray
public int[] getArray()
getBooleanObject
public Boolean getBooleanObject()
setValue
public void setValue(Integer key,
Integer value)
getValues
public Map<Integer,Integer> getValues()
getValue
@Synchronous
void getValue(boolean[] array)
getValue
int getValue(int[] array)
synchronousException
boolean synchronousException(Throwable exception)
throws Throwable
- Throws:
Throwable
unhandledException
void unhandledException()
throws IOException
- Throws:
IOException
Copyright 2009-2011 Tom Landon
Apache License 2.0