Kirk Lund created GEODE-9507:
--------------------------------

             Summary: 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


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