anantdamle opened a new pull request #13673: URL: https://github.com/apache/beam/pull/13673
JUnit [`Assert#assertThat`](https://junit.org/junit4/javadoc/latest/org/junit/Assert.html#assertThat(T,%20org.hamcrest.Matcher)) has is deprecated and needs to be replaced across entire codebase with [`MatcherAssert#assertThat`](https://junit.org/junit4/javadoc/latest/org/junit/Assert.html#assertThat(T,%20org.hamcrest.Matcher)) as per recommendation. @iemejia Thanks for reviewing my previous PRs. This is a massive PR, but few line changes in each file. how should I proceed? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
