[ 
https://issues.apache.org/jira/browse/GEODE-9507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirk Lund updated GEODE-9507:
-----------------------------
    Labels: GeodeOperationAPI  (was: )

> AssertJ Assertions should be used instead of Java6Assertions
> ------------------------------------------------------------
>
>                 Key: GEODE-9507
>                 URL: https://issues.apache.org/jira/browse/GEODE-9507
>             Project: Geode
>          Issue Type: Bug
>          Components: tests
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>            Priority: Major
>              Labels: GeodeOperationAPI
>
> AssertJ Java6Assertions is deprecated, but it's easy to accidentally import 
> it for use in a new test instead of Assertions because of the way IntelliJ 
> adds the imports:
> {noformat}
> import static org.assertj.core.api.Java6Assertions.assertThat;
> {noformat}
> Should change to:
> {noformat}
> import static org.assertj.core.api.Assertions.assertThat;
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to