Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Is there something in the JCK test suite that tests JavaFX?

  1. #1
    Junior Member
    Join Date
    Jun 2014
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Is there something in the JCK test suite that tests JavaFX?

    We do our java build from source, and run the standard JCK test suite as a sanity check before release. We are just adding Java 8, and thus JavaFX (we didn't incorporate it for Java 7). There doesn't seem to be anything in the JCK 8 that touches on JavaFX.

    Is anyone aware of anything that will test the JavaFX functionality? As I say, this is not for a JavaFX application but to make sure our build of JavaFX itself has no issues.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Is there something in the JCK test suite that tests JavaFX?

    I think you're talking way above most people here, but I'll be the dumbest guy in the room and ask you what the heck you're talking about.

    Since you're talking about the JCK, or Java Compatibility Kit, I assume you're using Open JDK. Right?

    And since you're talking about "building", does that mean you're taking Open JDK source code and building it yourselves for a specific platform or platforms? And does the JavaFX code come separately rather than built into Open JDK as it is in Oracle's JDK since JDK 7?

    Since you'll be schooling us (me anyway), you may not get an answer to your question here, but if you'd like to fill in some of those details, maybe it'll help others understand and even encourage a response that might be helpful.

    Whichever path you choose, good luck!

  3. #3
    Junior Member
    Join Date
    Jun 2014
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Is there something in the JCK test suite that tests JavaFX?

    We actually have a Java source license, though I don't think there is much difference anymore from the Open JDK.

    Yes, I'm building for SLES 11 because we have sometimes had some problems using the built binary release. I run it through the test suite to make sure it is functional. The JavaFX is built separately from its own source package, not combined as in the binary release package.

    I just haven't found an equivalent way to test the JavaFX parts. I would like to do some prefunctory testing before releasing to our App developers.

Similar Threads

  1. [SOLVED] Help with setup db in JUnit tests.
    By Slapy in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 27th, 2014, 06:59 AM
  2. Sorting a deck of cards by suite or rank.
    By coyne20 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 13th, 2010, 08:47 AM
  3. JDBC API Test suite 1.3.1
    By prabhuaakannan in forum JDBC & Databases
    Replies: 0
    Last Post: March 26th, 2010, 09:57 AM