FEST-Swing is composed of several jars, which can make it confusing to decide which ones should be in the classpath.
The proper FEST-Swing jars are the following:
Jar File |
Description |
Required |
|---|---|---|
fest-swing.jar |
|
Always |
fest-swing-junit.jar |
|
Only when using FEST's JUnit extension (JUnit 4.3.1 or 4.5) |
fest-swing-junit-4.3.1.jar |
|
Only if using JUnit 4.3.1 and using FEST's Runner |
fest-swing-junit-4.5.jar |
|
Only if using JUnit 4.5 and using FEST's Runner |
fest-swing-testng.jar |
|
Only if using TestNG |
As Bernard Farrell correctly points out, the whole list of dependencies can be found here.
Labels
2 Comments
Hide/Show CommentsSep 16, 2009
Bernard Farrell
The locations for these jars can be found on the FEST Swing Project Dependencies page.
Sep 16, 2009
Alex Ruiz
Thanks Bernard!