Refactor java/net/httpclient/ThrowingPublishers*.java tests to use JUnit5

XMLWordPrintable

    • Type: Sub-task
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: core-libs
    • Fix Understood

      These tests use ITestContext to stop tests after the first failure.
      A static instance of a final class implementing TestWatcher can be used instead for the same purpose.
      Test providers also need to be made static, as well as setUp and tearDown methods, and all the instance variables they set up.

            Assignee:
            Daniel Fuchs
            Reporter:
            Daniel Fuchs
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: