Package | Description |
---|---|
com.borland.silktest.jtf |
Java Testing Framework (JTF) 核心类。
|
com.borland.silktest.jtf.common.types |
此程序包中包含常见的数据类型。
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTestObject.imageClick(String imageAsset,
Point position,
int occurrence,
ClickType clickType)
在图像上执行某一特定鼠标操作。
|
void |
AbstractTestObject.imageClick(String imageAsset,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers)
按住指定组合键的同时,点击图像。
|
void |
AbstractTestObject.imageClick(String imageAsset,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
int timeout)
按住指定组合键的同时,点击图像。
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position,
int occurrence,
ClickType clickType)
在图像上执行某一特定鼠标操作。
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers)
按住指定的组合键的同时,点击图像。
|
void |
AbstractTestObject.imageClickFile(String imageFile,
Point position,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
int timeout)
按住指定的组合键的同时,点击图像。
|
void |
TestObject.textClick(String text,
int occurrence,
ClickType clickType)
单击指定文本的中间。
|
void |
TestObject.textClick(String text,
int occurrence,
ClickType clickType,
ModifierKey modifiers)
单击指定文本的中间。
|
void |
TestObject.textClick(String text,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
Point position)
单击指定文本的中间。
|
void |
TestObject.textClick(String text,
int occurrence,
ClickType clickType,
ModifierKey modifiers,
Point position,
boolean exactMatch)
单击指定文本的中间。
|
Modifier and Type | Method and Description |
---|---|
static ClickType |
ClickType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClickType[] |
ClickType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2009-2012 Micro Focus. All Rights Reserved.