-
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.
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.
- clones
-
JDK-8373796 Refactor java/net/httpclient/ThrowingPublishers*.java tests to use JUnit5
-
- In Progress
-
- is cloned by
-
JDK-8373869 Refactor java/net/httpclient/ThrowingPushPromises*.java tests to use JUnit5
-
- In Progress
-
- links to
-
Review(master)
openjdk/jdk/28865