Searched refs:testQuestion (Results 1 – 1 of 1) sorted by relevance
416 final DnsPacket.DnsRecord testQuestion = DnsPacket.DnsRecord.makeQuestion( in testEqualsAndHashCode() local421 ByteBuffer.wrap(testQuestion.getBytes())); in testEqualsAndHashCode()422 assertEquals(testQuestion, questionFromBytes); in testEqualsAndHashCode()423 assertEquals(testQuestion.hashCode(), questionFromBytes.hashCode()); in testEqualsAndHashCode()424 assertNotEquals(testQuestion, testAnswer); in testEqualsAndHashCode()425 assertNotEquals(testQuestion.hashCode(), testAnswer.hashCode()); in testEqualsAndHashCode()432 qlist.add(testQuestion); in testEqualsAndHashCode()