Package | Description |
---|---|
com.borland.silktest.jtf |
The core Java Testing Framework (JTF) classes.
|
com.borland.silktest.jtf.common |
This package contains common JTF functionality.
|
Modifier and Type | Method and Description |
---|---|
void |
Desktop.logError(String message,
TruelogScreenshotMode screenshotMode)
Logs an error message and a screenshot to the TrueLog file that is written during test execution.
|
void |
Desktop.logInfo(String message,
TruelogScreenshotMode screenshotMode)
Logs an informational message and a screenshot to the TrueLog file that is written during test execution.
|
void |
Desktop.logWarning(String message,
TruelogScreenshotMode screenshotMode)
Logs an warning message and a screenshot to the TrueLog file that is written during test execution.
|
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.