Skip to content

End-to-end example of TestFX being used to test a JavaFX application

Notifications You must be signed in to change notification settings

LeonaMary/TestFX-Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TestFX-Example

Technology Description
JavaFX 8 Desktop client development platform
Spring Boot Dependency injection and libraries
TestFX Testing JavaFX applications
Maven Dependency management and build tool
JUnit Unit and integration testing
JaCoCo Code coverage calculator
SonarQube Repository for code coverage information

Run program

mvn spring-boot:run

Run tests

mvn verify -Ptest

If you have a SonarQube installation set up, you can publish test results to it. This uses properties in pom.xml to connect to your SonarQube server, so you would need to make sure they are correct.

mvn sonar:sonar

About

End-to-end example of TestFX being used to test a JavaFX application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%