public interface TransactionLogView
Modifier and Type | Method and Description |
---|---|
void |
addSecurityLogItem(TestRunSecurityResultMessage message) |
void |
clearLayout() |
void |
displayModelItemNode(com.eviware.soapui.model.ModelItem modelItem,
boolean diff) |
void |
displayTestStepResult(com.eviware.soapui.model.testsuite.TestStepResult testStepResult,
int stepCount,
ImageIcon icon) |
void |
displayText(String text,
boolean diff,
Object associatedItem) |
void |
handleAfterTestRun(boolean hasBaseline,
Collection<ComparedTestStepResult> diffs,
boolean comparison) |
void |
handleRemainingItems(int itemsToDisplay,
int totalNumberOfItems) |
boolean |
isDisabled() |
void |
markRunAsFailed() |
void |
markRunAsStopped() |
void |
stop() |
void |
testStepsUpdated(com.eviware.soapui.model.testsuite.TestCase testCase) |
void displayTestStepResult(com.eviware.soapui.model.testsuite.TestStepResult testStepResult, int stepCount, ImageIcon icon)
void clearLayout()
boolean isDisabled()
void displayModelItemNode(com.eviware.soapui.model.ModelItem modelItem, boolean diff)
void testStepsUpdated(com.eviware.soapui.model.testsuite.TestCase testCase)
void addSecurityLogItem(TestRunSecurityResultMessage message)
void stop()
void markRunAsFailed()
void markRunAsStopped()
void handleAfterTestRun(boolean hasBaseline, Collection<ComparedTestStepResult> diffs, boolean comparison)
void handleRemainingItems(int itemsToDisplay, int totalNumberOfItems)
Copyright © 2019. All rights reserved.