Home
last modified time | relevance | path

Searched defs:optRecordTwo (Results 1 – 1 of 1) sorted by relevance

/dports/dns/dnsjava/dnsjava-2.1.9/tests/org/xbill/DNS/
H A DOPTRecordTest.java13 final OPTRecord optRecordTwo = new OPTRecord(DEFAULT_PAYLOAD_SIZE, DEFAULT_EDNS_RCODE, 1); in testForNoEqualityWithDifferentEDNS_Versions() local
19 final OPTRecord optRecordTwo = new OPTRecord(DEFAULT_PAYLOAD_SIZE, 1, DEFAULT_EDNS_VERSION); in testForNoEqualityWithDifferentEDNS_RCodes() local
25 …final OPTRecord optRecordTwo = new OPTRecord(DEFAULT_PAYLOAD_SIZE, DEFAULT_EDNS_RCODE, DEFAULT_EDN… in testForEquality() local
30 private void assertNotEqual(final OPTRecord optRecordOne, final OPTRecord optRecordTwo) { in assertNotEqual()