interface TestItemComponent
Defines a Component object that displays a transaction log item. The interface should really extend Component; unfortunately this is impossible because Component is an abstract class rather than an interface.
Type Params | Return Type | Name and description |
---|---|---|
|
abstract java.lang.Object |
getAssociatedItem() Gets the test run object with which the transaction log item is connected, if there is such an item. |
|
abstract boolean |
isDiff() Indicates whether this component is used to show a comparison between test runs. |
|
abstract void |
setVisible(boolean visible) |
Gets the test run object with which the transaction log item is connected, if there is such an item.
Indicates whether this component is used to show a comparison between test runs.