Refactor nsk/jdi tests to reduce code duplication in settingBreakpoint communication

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 15
    • Affects Version/s: 15
    • Component/s: core-svc
    • b22

      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.

            Assignee:
            Leonid Mesnik
            Reporter:
            Leonid Mesnik
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: