Skip to content

Releases: ricemery/Assertions2AssertJ

Release 1.0.11

12 May 20:02
Compare
Choose a tag to compare

Second attempt to fix running plugin on 2024.1 - fixes ActionUpdateThread on File, Module and Project Actions.

Release 1.0.10

07 Apr 00:46
Compare
Choose a tag to compare

Fix issue #15 - PluginException.

v1.0.09

10 Jan 18:10
Compare
Choose a tag to compare

Update to support IntelliJ 2023.3.

Release 1.0.08

03 Jan 17:14
Compare
Choose a tag to compare

Release 1.0.08

  • Remove internal API usage.
  • Update gradle version
  • Update min IntelliJ version to 2021.1
  • fix unit tests

Release 1.0.07

30 Dec 21:17
Compare
Choose a tag to compare

Support conversion of 'comparesEqualTo' matcher.

Release 1.0.06

01 Apr 15:54
Compare
Choose a tag to compare

Support modifying annotations for nested test classes.

Release 1.0.05

17 Dec 02:36
Compare
Choose a tag to compare

Fix java.lang.RuntimeException: com.intellij.util.IncorrectOperationException: Expression expected; got: EXPRESSION_STATEMENT . Update build to support 2020.3 .

Release 1.0.04

05 Mar 05:20
Compare
Choose a tag to compare
Add support for converting assertAll.
Add support for converting is(not(...))
Add support for converting assertThat("description", condition).

Assertions2Assertj.zip

Support converting qualified method references.

Release 1.0.02

16 Jan 04:54
f51dba6
Compare
Choose a tag to compare

Fixes conversion error for Junit assertSame and assertNotSame.

Release 1.0.01

14 Mar 21:42
Compare
Choose a tag to compare

Disable "Convert current file" and "Convert Module" when no file is selected. Add usage info to plugin.xml.