public class BreakPoint extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BreakPoint.State |
Modifier and Type | Field and Description |
---|---|
static String |
DISABLE_BREAKPOINT |
static String |
ENABLE_BREAKPOINT |
Constructor and Description |
---|
BreakPoint(WsdlTestCasePro testCase,
com.eviware.soapui.config.BreakPointConfig bpc)
constructs breakpoint with given state and testStepId
|
BreakPoint(WsdlTestCasePro testCase,
com.eviware.soapui.config.BreakPointConfig bpc,
String testStepId) |
Modifier and Type | Method and Description |
---|---|
void |
execute(com.eviware.soapui.model.testsuite.TestCaseRunContext context,
com.eviware.soapui.model.testsuite.TestCaseRunner runner) |
String |
getConditionScript() |
com.eviware.soapui.config.BreakPointConfig |
getConfig() |
String |
getIconPath()
Gets the icon path of state of this break depending on condition
|
List<String> |
getMenuItemsOnRightClick() |
com.eviware.soapui.config.BreakPointPropertiesConfig |
getPropertiesConfig() |
boolean |
getResult() |
BreakPoint.State |
getState()
Gets the state of this break
|
WsdlTestCasePro |
getTestCase() |
String |
getTestStepId() |
boolean |
isConditionEnabled() |
void |
release() |
void |
revert(com.eviware.soapui.config.BreakPointConfig config,
BreakPoint.State state) |
Object |
runScript(com.eviware.soapui.model.testsuite.TestCaseRunContext context,
com.eviware.soapui.model.testsuite.TestCaseRunner runner) |
void |
setConditionEnabled(boolean enabled) |
void |
setConditionScript(String script) |
void |
setConfig(com.eviware.soapui.config.BreakPointConfig config) |
void |
setDisable()
disable this breakpoint
|
void |
setEnable()
enables this breakpoint
|
void |
setNone()
deletes this breakpoint
|
void |
setState(String stateName) |
void |
setTestCase(WsdlTestCasePro testCase) |
void |
showPanel() |
void |
updateOnLeftClick()
left click status change
|
void |
updateTestStepId(String newTestStepId)
updates testStepId
|
public static final String ENABLE_BREAKPOINT
public static final String DISABLE_BREAKPOINT
public BreakPoint(WsdlTestCasePro testCase, com.eviware.soapui.config.BreakPointConfig bpc)
public BreakPoint(WsdlTestCasePro testCase, com.eviware.soapui.config.BreakPointConfig bpc, String testStepId)
public BreakPoint.State getState()
public String getIconPath()
public void setEnable()
public void setDisable()
public void setNone()
public void updateOnLeftClick()
public void setState(String stateName)
public void updateTestStepId(String newTestStepId)
newTestStepId
- public String getTestStepId()
public void setConfig(com.eviware.soapui.config.BreakPointConfig config)
public com.eviware.soapui.config.BreakPointConfig getConfig()
public void setTestCase(WsdlTestCasePro testCase)
public WsdlTestCasePro getTestCase()
public com.eviware.soapui.config.BreakPointPropertiesConfig getPropertiesConfig()
public void setConditionEnabled(boolean enabled)
public boolean isConditionEnabled()
public void setConditionScript(String script)
public String getConditionScript()
public void release()
public void showPanel()
public Object runScript(com.eviware.soapui.model.testsuite.TestCaseRunContext context, com.eviware.soapui.model.testsuite.TestCaseRunner runner) throws Exception
Exception
public void execute(com.eviware.soapui.model.testsuite.TestCaseRunContext context, com.eviware.soapui.model.testsuite.TestCaseRunner runner)
public boolean getResult()
public void revert(com.eviware.soapui.config.BreakPointConfig config, BreakPoint.State state)
Copyright © 2019. All rights reserved.