netty5/codec-dns/src
Norman Maurer ffbddcd842
Replace deprecated Assert.assertThat(...) with MatcherAssert.assertThat(...) (#10699)
Motivation:

junit deprecated Assert.assertThat(...)

Modifications:

Use MatcherAssert.assertThat(...) as replacement for deprecated method

Result:

Less deprecation warnings
2020-10-18 14:30:52 +02:00
..
main/java/io/netty/handler/codec/dns Workaround Android bug that cause AbstractDnsRecord to throw when the name is only a ROOT label (#10039) 2020-02-18 15:05:52 +01:00
test/java/io/netty/handler/codec/dns Replace deprecated Assert.assertThat(...) with MatcherAssert.assertThat(...) (#10699) 2020-10-18 14:30:52 +02:00