public class BreakPoints
breakPoints holder class
Constructor and description |
---|
BreakPoints
(WsdlTestCasePro testCase) |
Type Params | Return Type | Name and description |
---|---|---|
|
public BreakPoint |
getBreakPoint(java.lang.String testStepId) returns BreakPoint for given testStepId. |
|
public State |
getBreakPointState(java.lang.String testStepId) returns BreakPoint.State for given testStepId. |
|
public boolean |
hasEnabledBreakPoint(java.lang.String testStepId) returns true if breakpoint is enabled for given testStepId |
|
public void |
removeBreakPoint(java.lang.String testStepId) removes BreakPoint |
|
public void |
resetConfigOnMove(java.util.List<BreakPointConfig> breakPointConfigs) |
|
public void |
saveBreakPointProperties(java.lang.String testStepId) saves config on breakpoint properties update |
|
public void |
saveBreakPointStateConfig(java.lang.String testStepId) saves config on breakpoint update |
|
public boolean |
shouldBreakAt(TestCaseRunner testRunner, TestCaseRunContext runContext, java.lang.String testStepId) returns true if breakpoint is enabled and (if is conditional) that satisfies condition, for given testStepId |
|
public void |
updateBreakPointOnLeftClick(java.lang.String testStepId) |
|
public void |
updateBreakPointTestStepIdConfig(BreakPoint breakPoint, java.lang.String testStepId) updates testStepId in breakpoint config |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
returns BreakPoint for given testStepId. If breakpoint is missing from map it creates new BreakPoint with State = BreakPoint.State.NONE
returns BreakPoint.State for given testStepId. If breakpoint is missing from map it returns BreakPoint.State.NONE
returns true if breakpoint is enabled for given testStepId
removes BreakPoint
saves config on breakpoint properties update
saves config on breakpoint update
returns true if breakpoint is enabled and (if is conditional) that satisfies condition, for given testStepId
updates testStepId in breakpoint config
ReadyAPI functional (soapui-pro) SDK 3.56.0