You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Risden (JIRA)" <ji...@apache.org> on 2018/12/20 15:57:00 UTC

[jira] [Created] (KNOX-1701) Use hamcrest assertThat instead of junit

Kevin Risden created KNOX-1701:
----------------------------------

             Summary: Use hamcrest assertThat instead of junit
                 Key: KNOX-1701
                 URL: https://issues.apache.org/jira/browse/KNOX-1701
             Project: Apache Knox
          Issue Type: Test
          Components: Tests
            Reporter: Kevin Risden
            Assignee: Kevin Risden
             Fix For: 1.3.0


We currently have usages of "import static org.junit.Assert.assertThat;" that can be replaced directly with hamcrest. In most places we currently use hamcrest anyway. Junit 5 removes assertThat from Junit so we might as well migrate only to hamcrest for assertThat.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)