Package | Description |
---|---|
com.borland.silktest.jtf |
Java Testing Framework (JTF) 核心类。
|
com.borland.silktest.jtf.common |
此程序包中包含常见的 JTF 功能。
|
Modifier and Type | Method and Description |
---|---|
void |
Desktop.logError(String message,
TruelogScreenshotMode screenshotMode)
将错误消息和屏幕截图记录到执行测试期间写的 TrueLog 文件。
|
void |
Desktop.logInfo(String message,
TruelogScreenshotMode screenshotMode)
将信息性消息和屏幕截图记录到执行测试期间写的 TrueLog 文件。
|
void |
Desktop.logWarning(String message,
TruelogScreenshotMode screenshotMode)
将警告消息和屏幕截图记录到执行测试期间写的 TrueLog 文件。
|
Modifier and Type | Method and Description |
---|---|
static TruelogScreenshotMode |
TruelogScreenshotMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TruelogScreenshotMode[] |
TruelogScreenshotMode.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.