netty5/codec-dns/src/test/java/io/netty/handler/codec/dns
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
..
AbstractDnsRecordTest.java [#4993] Correctly handle trailing dot in DNS requests and responses for the hostname. 2016-03-22 12:30:46 +01:00
DefaultDnsRecordDecoderTest.java Detect truncated responses caused by EDNS0 and MTU miss-match (#9468) 2019-08-17 09:58:22 +02:00
DefaultDnsRecordEncoderTest.java EDNS Client Subnet is not encoded correctly when source prefix length is not a multiple of 8. 2017-12-01 08:14:13 +01:00
DnsQueryTest.java Replace deprecated Assert.assertThat(...) with MatcherAssert.assertThat(...) (#10699) 2020-10-18 14:30:52 +02:00
DnsRecordTypeTest.java Revamp DNS codec 2015-05-01 11:33:16 +09:00
DnsResponseTest.java Replace deprecated Assert.assertThat(...) with MatcherAssert.assertThat(...) (#10699) 2020-10-18 14:30:52 +02:00