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

RawSecretKeyFactoryTest uses deprecated Assert.assertThat method

XMLWordPrintable

      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.

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

                Created:
                Updated:
                Resolved: