Skip to content

Commit

Permalink
Merge pull request #424 from JordanMartinez/addTestFX
Browse files Browse the repository at this point in the history
Add dependency for TestFX tests
  • Loading branch information
JordanMartinez authored Jan 17, 2017
2 parents 5d446c5 + 1ee32fb commit 1b55d61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions richtextfx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ dependencies {
}
compile group: 'org.fxmisc.wellbehaved', name: 'wellbehavedfx', version: '0.3'
testCompile group: 'junit', name: 'junit', version: '[4.0,5)'

testCompile "org.testfx:testfx-core:4.0.5-alpha"
testCompile ("org.testfx:testfx-junit:4.0.5-alpha") {
exclude(group: "junit", module: "junit")
}
}

javadoc {
Expand Down

0 comments on commit 1b55d61

Please sign in to comment.