A little educational program to compare different list intersection implementations.
The exact library versions are all listed in build.gradle
.
./gradlew clean build
Currently no executable jar is created. I recommend to run the main function from Gradle or an IDE.
./gradlew run
./gradlew clean test
A JUnit test report is created: build/reports/tests/test/index.html
.
Possible enhancements:
- TestFX UI Tests
- Create a package using javafx-gradle-plugin
"THE BEER-WARE LICENSE" (Revision 42)
[email protected] wrote this project. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return - Michael Gysel.