org.hfbk.util.Test Class Reference

List of all members.

Public Member Functions

 Test (String title)

Protected Member Functions

void fail ()
void fail (String reason)
abstract void test () throws Throwable

Static Protected Member Functions

static void click (Component c, int buttons, int x1, int y1)
static void drag (Component c, int buttons, int x1, int y1, int x2, int y2)
static void press (Component c, int keycode)
static void type (Component c, int keycode)

Static Package Functions

static void key (Component c, int keycode, int delay)

Package Attributes

String title

Static Package Attributes

static final int MOUSE_DELAY = 500
static final int KEYPRESS_DELAY = 500
static final int KEYTYPE_DELAY = 200
static String path = ""
static int number

Detailed Description

Definition at line 10 of file Test.java.


Constructor & Destructor Documentation

org.hfbk.util.Test.Test ( String  title  ) 

Definition at line 20 of file Test.java.

References org.hfbk.util.Test.number, org.hfbk.util.Test.path, and org.hfbk.util.Test.test().

Here is the call graph for this function:


Member Function Documentation

void org.hfbk.util.Test.fail (  )  [protected]

Definition at line 39 of file Test.java.

void org.hfbk.util.Test.fail ( String  reason  )  [protected]

Definition at line 43 of file Test.java.

abstract void org.hfbk.util.Test.test (  )  throws Throwable [protected, pure virtual]

Referenced by org.hfbk.util.Test.Test().

Here is the caller graph for this function:

static void org.hfbk.util.Test.click ( Component  c,
int  buttons,
int  x1,
int  y1 
) [static, protected]

Definition at line 50 of file Test.java.

References org.hfbk.util.Test.MOUSE_DELAY.

static void org.hfbk.util.Test.drag ( Component  c,
int  buttons,
int  x1,
int  y1,
int  x2,
int  y2 
) [static, protected]

Definition at line 64 of file Test.java.

References org.hfbk.util.Test.MOUSE_DELAY.

static void org.hfbk.util.Test.press ( Component  c,
int  keycode 
) [static, protected]

Definition at line 81 of file Test.java.

References org.hfbk.util.Test.key(), and org.hfbk.util.Test.KEYPRESS_DELAY.

Here is the call graph for this function:

static void org.hfbk.util.Test.type ( Component  c,
int  keycode 
) [static, protected]

Definition at line 85 of file Test.java.

References org.hfbk.util.Test.key(), and org.hfbk.util.Test.KEYTYPE_DELAY.

Here is the call graph for this function:

static void org.hfbk.util.Test.key ( Component  c,
int  keycode,
int  delay 
) [static, package]

Definition at line 89 of file Test.java.

Referenced by org.hfbk.util.Test.press(), and org.hfbk.util.Test.type().

Here is the caller graph for this function:


Member Data Documentation

final int org.hfbk.util.Test.MOUSE_DELAY = 500 [static, package]

Definition at line 12 of file Test.java.

Referenced by org.hfbk.util.Test.click(), and org.hfbk.util.Test.drag().

final int org.hfbk.util.Test.KEYPRESS_DELAY = 500 [static, package]

Definition at line 13 of file Test.java.

Referenced by org.hfbk.util.Test.press().

final int org.hfbk.util.Test.KEYTYPE_DELAY = 200 [static, package]

Definition at line 14 of file Test.java.

Referenced by org.hfbk.util.Test.type().

String org.hfbk.util.Test.path = "" [static, package]

Definition at line 16 of file Test.java.

Referenced by org.hfbk.util.Test.Test().

int org.hfbk.util.Test.number [static, package]

Definition at line 17 of file Test.java.

Referenced by org.hfbk.util.Test.Test().

String org.hfbk.util.Test.title [package]

Definition at line 19 of file Test.java.


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 17:57:53 2009 for visclient by  doxygen 1.5.1