Skip to content

Releases: assertj/assertj-swing

3.17.1

19 Sep 04:19
Compare
Choose a tag to compare

Update asserj-core to 3.17.2

3.17.0

13 Sep 05:47
Compare
Choose a tag to compare

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

13 Sep 05:48
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag assertj-swing-parent-pom-3.9.2

1.0.0

22 Jul 12:55
Compare
Choose a tag to compare
[maven-release-plugin]  copy for tag 1.0.0

1.0.0 beta release

23 Jun 22:04
Compare
Choose a tag to compare
1.0.0 beta release Pre-release
Pre-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 :-)