ricemery / Assertions2AssertJ

Intellij Plugin to convert Junit and Hamcrest Assertions to AssertJ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clean up duplicate code in JUnit Handler

ricemery opened this issue · comments

Clean up duplicate code in JUnit Handler.

The functions

  • refactorAssertSameAs
  • refactorAssertNotSameAs
  • refactorAssertNotEquals

are almost identical.