public interface TransactionLogView
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 |
---|---|---|
|
public void |
addSecurityLogItem(TestRunSecurityResultMessage message) |
|
public void |
clearLayout() |
|
public void |
displayModelItemNode(ModelItem modelItem, boolean diff) |
|
public void |
displayTestStepResult(TestStepResult testStepResult, int stepCount, javax.swing.ImageIcon icon) |
|
public void |
displayText(java.lang.String text, boolean diff, java.lang.Object associatedItem) |
|
public void |
handleAfterTestRun(boolean hasBaseline, java.util.Collection<ComparedTestStepResult> diffs, boolean comparison) |
|
public void |
handleRemainingItems(int itemsToDisplay, int totalNumberOfItems) |
|
public boolean |
isDisabled() |
|
public void |
markRunAsFailed() |
|
public void |
markRunAsStopped() |
|
public void |
stop() |
|
public void |
testStepsUpdated(TestCase testCase) |