Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
3.4.0
-
None
-
None
Description
javac will give a warning for compilation, as follows:
org.junit.Assert.assertThat Deprecated. use org.hamcrest.MatcherAssert.assertThat()
TestIncrementalBrVariations.java:141:4:[deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
a related issue will be resolved in HDFS-16590.
Attachments
Issue Links
- relates to
-
HDFS-16590 Fix Junit Test Deprecated assertThat
- In Progress
- links to