There are a lot of tests use
public final BreakpointRequest settingBreakpoint(ThreadReference thread,
ReferenceType testedClass,
String methodName,
String bpLine,
String property)
which is copy-pasted in all of them.
It is needed to refactor them to move it into single parent class.
public final BreakpointRequest settingBreakpoint(ThreadReference thread,
ReferenceType testedClass,
String methodName,
String bpLine,
String property)
which is copy-pasted in all of them.
It is needed to refactor them to move it into single parent class.