You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Anant Damle (Jira)" <ji...@apache.org> on 2021/01/06 00:58:00 UTC

[jira] [Created] (BEAM-11572) Use MatcherAssert#assertThat instead of deprecated Assert#assertThat

Anant Damle created BEAM-11572:
----------------------------------

             Summary: Use MatcherAssert#assertThat instead of deprecated Assert#assertThat
                 Key: BEAM-11572
                 URL: https://issues.apache.org/jira/browse/BEAM-11572
             Project: Beam
          Issue Type: Improvement
          Components: testing
    Affects Versions: 2.26.0
            Reporter: Anant Damle
            Assignee: Anant Damle


Beam tests usesĀ *deprecated* [Assert#assertThat|https://junit.org/junit4/javadoc/latest/org/junit/Assert.html#assertThat(T,%20org.hamcrest.Matcher)] which needs to be changed to [MatcherAssert#assertThat|https://junit.org/junit4/javadoc/latest/org/hamcrest/MatcherAssert.html#assertThat(T,%20org.hamcrest.Matcher)]



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