com.funambol.client.test
Class Robot
java.lang.Object
com.funambol.client.test.Robot
- Direct Known Subclasses:
- BasicRobot, ContactsRobot
public class Robot
- extends java.lang.Object
Constructor Summary |
Robot()
|
Method Summary |
protected void |
assertTrue(boolean cond,
java.lang.String msg)
|
protected void |
assertTrue(int i1,
int i2,
java.lang.String msg)
|
protected void |
assertTrue(java.lang.String s1,
java.lang.String s2,
java.lang.String msg)
|
void |
initialize()
|
static void |
waitDelay(int delay)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WAIT_DELAY
protected static final int WAIT_DELAY
- See Also:
- Constant Field Values
Robot
public Robot()
initialize
public void initialize()
waitDelay
public static void waitDelay(int delay)
assertTrue
protected void assertTrue(java.lang.String s1,
java.lang.String s2,
java.lang.String msg)
throws ClientTestException
- Throws:
ClientTestException
assertTrue
protected void assertTrue(int i1,
int i2,
java.lang.String msg)
throws ClientTestException
- Throws:
ClientTestException
assertTrue
protected void assertTrue(boolean cond,
java.lang.String msg)
throws ClientTestException
- Throws:
ClientTestException
Copyright © 2001-2009 Funambol.