Releases: assertj/assertj-swing
Releases · assertj/assertj-swing
3.17.1
3.17.0
Release date : 2020-09-13
Contributors
Thanks to all the contributors of this release: diba1013, Stefano Cordio and Edwin Stang.
Breaking changes
- Change of AssertJ Core from 3.11.1 to 3.17.0
Improvements
- Allow exceptions to be thrown for smaller test-code footprint.
Fixed
- Fix: #197 NPE on invoking JFrames with tray within AssertJSwingJUnitTestCase. (Edwin Stang)
assertj-swing-parent-pom-3.9.2
[maven-release-plugin] copy for tag assertj-swing-parent-pom-3.9.2
1.0.0
1.0.0 beta release
Installation to maven repository
To install the beta release to your local maven repository execute the following commands on a shell.
$ unzip 1.0.0-beta.zip
$ cd 1.0.0-beta/
$ mvn -N install
$ cd assertj-swing
$ mvn install:install-file -Dfile=assertj-swing-1.0.0-SNAPSHOT.jar -Dsources=assertj-swing-1.0.0-SNAPSHOT-sources.jar -Djavadoc=assertj-swing-1.0.0-SNAPSHOT-javadoc.jar -DpomFile=pom.xml
$ cd ../assertj-swing-junit
$ mvn install:install-file -Dfile=assertj-swing-junit-1.0.0-SNAPSHOT.jar -Dsources=assertj-swing-junit-1.0.0-SNAPSHOT-sources.jar -DpomFile=pom.xml
$ cd ../assertj-swing-junit-4.5
$ mvn install:install-file -Dfile=assertj-swing-junit-4.5-1.0.0-SNAPSHOT.jar -Dsources=assertj-swing-junit-4.5-1.0.0-SNAPSHOT-sources.jar -Djavadoc=assertj-swing-junit-4.5-1.0.0-SNAPSHOT-javadoc.jar -DpomFile=pom.xml
$ cd ../assertj-swing-testng
$ mvn install:install-file -Dfile=assertj-swing-testng-1.0.0-SNAPSHOT.jar -Dsources=assertj-swing-testng-1.0.0-SNAPSHOT-sources.jar -Djavadoc=assertj-swing-testng-1.0.0-SNAPSHOT-javadoc.jar -DpomFile=pom.xml
Documentation
You can find the documentation here!
It contains also a migration guide for migrating from FEST.
What to do?
If you try the beta release, please let us know about any problems you considered. All feedback is welcome! Hope you enjoy it :-)