Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-2385

RawSecretKeyFactoryTest uses deprecated Assert.assertThat method

    XMLWordPrintable

Details

    Description

      RawSecretKeyFactoryTest checks if, given either the key or the key specification, the server can generate the missing one, and it will match the original. It does this with two methods:

      This check is performed using using the method assertThat(), from the package org.junit.Assert. It has been deprecated in favour of another method called assertThat, from the package org.hamcrest.MatcherAssert. The class should be updated to use the new assertThat method.

      Attachments

        Activity

          People

            aishwaryamittal Aishwarya Mittal (Inactive)
            rh-ee-carodrig Cameron Rodriguez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: