Searched refs:testAnswer (Results 1 – 1 of 1) sorted by relevance
418 final DnsPacket.DnsRecord testAnswer = DnsPacket.DnsRecord.makeCNameRecord( in testEqualsAndHashCode() local424 assertNotEquals(testQuestion, testAnswer); in testEqualsAndHashCode()425 assertNotEquals(testQuestion.hashCode(), testAnswer.hashCode()); in testEqualsAndHashCode()426 assertNotEquals(questionFromBytes, testAnswer); in testEqualsAndHashCode()427 assertNotEquals(questionFromBytes.hashCode(), testAnswer.hashCode()); in testEqualsAndHashCode()433 alist.add(testAnswer); in testEqualsAndHashCode()