JDK-8340464 : [TestBug] Convert parametrized base tests to JUnit 5
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: base
  • Affected Version: jfx24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-09-19
  • Updated: 2025-04-15
  • Resolved: 2025-04-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
jfx25 b12Fixed
Related Reports
Blocks :  
Description
Convert parametrised base tests to JUnit 5 including followings :

modules/javafx.base/src/test/java/test/com/sun/javafx/property/adapter/JavaBeanPropertyBuilderHelperTest.java
modules/javafx.base/src/test/java/test/javafx/beans/property/adapter/JavaBeanPropertyTestBase.java
modules/javafx.base/src/test/java/test/javafx/beans/value/ObservableValueSubscriptionsTest.java
modules/javafx.base/src/test/java/test/javafx/binding/When_Boolean_Test.java
modules/javafx.base/src/test/java/test/javafx/binding/When_Double_Test.java
modules/javafx.base/src/test/java/test/javafx/binding/When_Float_Test.java
modules/javafx.base/src/test/java/test/javafx/binding/When_Integer_Test.java
modules/javafx.base/src/test/java/test/javafx/binding/When_Long_Test.java
modules/javafx.base/src/test/java/test/javafx/binding/When_Object_Test.java
modules/javafx.base/src/test/java/test/javafx/binding/When_String_Test.java
modules/javafx.base/src/test/java/test/javafx/util/converter/CurrencyStringConverterTest.java
modules/javafx.base/src/test/java/test/javafx/util/converter/NumberStringConverterTest.java
Comments
Changeset: 61a248d1 Branch: master Author: Jay Bhaskar <jbhaskar@openjdk.org> Date: 2025-04-08 14:46:36 +0000 URL: https://git.openjdk.org/jfx/commit/61a248d1e55b3f6bd5cfe6016003a40cc979b693
08-04-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jfx/pull/1759 Date: 2025-04-03 12:34:37 +0000
03-04-2025

[~jbhaskar] I'm coming from JDK-8339170, and figured out that this is the last task for the big JUnit5 conversion. Kevin suggested to ask you if I can help here, or even take that issue over if there is no capacity right now. After this ticket is resolved, we can finally remove JUnit4 from JavaFX (tickets are not yet created for this).
28-11-2024