Home
last modified time | relevance | path

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

/dports/dns/dnsjava/dnsjava-2.1.9/tests/org/xbill/DNS/
H A DOPTRecordTest.java12 final OPTRecord optRecordOne = new OPTRecord(DEFAULT_PAYLOAD_SIZE, DEFAULT_EDNS_RCODE, 0); in testForNoEqualityWithDifferentEDNS_Versions() local
18 final OPTRecord optRecordOne = new OPTRecord(DEFAULT_PAYLOAD_SIZE, 0, DEFAULT_EDNS_VERSION); in testForNoEqualityWithDifferentEDNS_RCodes() local
24 …final OPTRecord optRecordOne = 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()