public class TestStepResultPanelProvider extends Object
| Constructor and Description |
|---|
TestStepResultPanelProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected JComponent |
addScrollBars(JPanel panel) |
<T extends com.eviware.soapui.model.testsuite.TestStepResult> |
canHandle(T testStepResult) |
protected <T extends com.eviware.soapui.model.testsuite.TestStepResult> |
createInspectorPanel(T testStepResult,
com.eviware.soapui.model.iface.MessageExchange messageExchange) |
protected <T extends com.eviware.soapui.model.testsuite.TestStepResult> |
createTabbedPane(T testStepResult,
com.eviware.soapui.model.iface.MessageExchange messageExchange) |
protected <T extends com.eviware.soapui.model.testsuite.TestStepResult> |
createTextArea(T testStepResult) |
protected List<com.eviware.soapui.model.testsuite.AssertedXPath> |
getAssertedXPaths(com.eviware.soapui.model.iface.MessageContainer messageContainer) |
<T extends com.eviware.soapui.model.testsuite.TestStepResult> |
getInspector(T testStepResult) |
protected <T extends com.eviware.soapui.model.testsuite.TestStepResult> |
getInspectorComponent(T testStepResult) |
<T extends com.eviware.soapui.model.testsuite.TestStepResult> |
getPanel(T testStepResult) |
protected <T extends com.eviware.soapui.model.testsuite.TestStepResult> |
getProperties(T testStepResult) |
protected boolean |
isComparisonView(com.eviware.soapui.model.testsuite.TestStepResult testStepResult) |
public <T extends com.eviware.soapui.model.testsuite.TestStepResult> boolean canHandle(T testStepResult)
public <T extends com.eviware.soapui.model.testsuite.TestStepResult> JPanel getPanel(T testStepResult)
public <T extends com.eviware.soapui.model.testsuite.TestStepResult> com.smartbear.ready.ui.inspector.InspectorPanel getInspector(T testStepResult)
protected JComponent addScrollBars(JPanel panel)
protected <T extends com.eviware.soapui.model.testsuite.TestStepResult> JComponent getInspectorComponent(T testStepResult)
protected boolean isComparisonView(com.eviware.soapui.model.testsuite.TestStepResult testStepResult)
protected <T extends com.eviware.soapui.model.testsuite.TestStepResult> JTabbedPane createTabbedPane(T testStepResult, com.eviware.soapui.model.iface.MessageExchange messageExchange)
protected <T extends com.eviware.soapui.model.testsuite.TestStepResult> com.eviware.soapui.support.components.JInspectorPanel createInspectorPanel(T testStepResult,
com.eviware.soapui.model.iface.MessageExchange messageExchange)
protected List<com.eviware.soapui.model.testsuite.AssertedXPath> getAssertedXPaths(com.eviware.soapui.model.iface.MessageContainer messageContainer)
protected <T extends com.eviware.soapui.model.testsuite.TestStepResult> com.eviware.soapui.support.types.StringToStringMap getProperties(T testStepResult)
protected <T extends com.eviware.soapui.model.testsuite.TestStepResult> JTextArea createTextArea(T testStepResult)
Copyright © 2019. All rights reserved.