public class BreakPoints extends Object
Constructor and Description |
---|
BreakPoints(WsdlTestCasePro testCase) |
Modifier and Type | Method and Description |
---|---|
BreakPoint |
getBreakPoint(String testStepId)
returns BreakPoint for given testStepId.
|
BreakPoint.State |
getBreakPointState(String testStepId)
returns BreakPoint.State for given testStepId.
|
boolean |
hasEnabledBreakPoint(String testStepId)
returns true if breakpoint is enabled for given testStepId
|
void |
removeBreakPoint(String testStepId)
removes BreakPoint
|
void |
resetConfigOnMove(List<com.eviware.soapui.config.BreakPointConfig> breakPointConfigs) |
void |
saveBreakPointProperties(String testStepId)
saves config on breakpoint properties update
|
void |
saveBreakPointStateConfig(String testStepId)
saves config on breakpoint update
|
boolean |
shouldBreakAt(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner,
com.eviware.soapui.model.testsuite.TestCaseRunContext runContext,
String testStepId)
returns true if breakpoint is enabled and (if is conditional) that
satisfies condition, for given testStepId
|
void |
updateBreakPointOnLeftClick(String testStepId) |
void |
updateBreakPointTestStepIdConfig(BreakPoint breakPoint,
String testStepId)
updates testStepId in breakpoint config
|
public BreakPoints(WsdlTestCasePro testCase)
public BreakPoint getBreakPoint(String testStepId)
testStepId
- public BreakPoint.State getBreakPointState(String testStepId)
testStepId
- public void updateBreakPointOnLeftClick(String testStepId)
public void saveBreakPointStateConfig(String testStepId)
public void updateBreakPointTestStepIdConfig(BreakPoint breakPoint, String testStepId)
public void saveBreakPointProperties(String testStepId)
public boolean shouldBreakAt(com.eviware.soapui.model.testsuite.TestCaseRunner testRunner, com.eviware.soapui.model.testsuite.TestCaseRunContext runContext, String testStepId)
testStepId
- public boolean hasEnabledBreakPoint(String testStepId)
testStepId
- public void removeBreakPoint(String testStepId)
testStepId
- public void resetConfigOnMove(List<com.eviware.soapui.config.BreakPointConfig> breakPointConfigs)
Copyright © 2019. All rights reserved.