Defines the public interface of a TransactionLogView. This interface should be considered package protected: it only exposes what the TransactionLogController class needs to interact with and shouldn't be used by other classes. It is only public because the ClientTransactionLogView class resides in another package.
Type Params | Return Type | Name and description |
---|---|---|
|
void |
addSecurityLogItem(TestRunSecurityResultMessage message) |
|
void |
clearLayout() |
|
void |
displayModelItemNode(ModelItem modelItem, boolean diff) |
|
void |
displayTestStepResult(TestStepResult testStepResult, int stepCount, javax.swing.ImageIcon icon) |
|
void |
displayText(java.lang.String text, boolean diff, java.lang.Object associatedItem) |
|
void |
handleAfterTestRun(boolean hasBaseline, java.util.Collection<ComparedTestStepResult> diffs, boolean comparison) |
|
void |
handleRemainingItems(int itemsToDisplay, int totalNumberOfItems) |
|
boolean |
isDisabled() |
|
void |
markRunAsFailed() |
|
void |
markRunAsStopped() |
|
void |
stop() |
|
void |
testStepsUpdated(TestCase testCase) |