Searched refs:testChannelSet2 (Results 1 – 1 of 1) sorted by relevance
270 HashSet<Pair<Integer, Integer>> testChannelSet2 = new HashSet<>(); in testConvertToProtoBuffer() local274 testChannelSet2.add(new Pair(range.getStart(), range.getEnd())); in testConvertToProtoBuffer()277 assertTrue(testChannelSet1.equals(testChannelSet2)); in testConvertToProtoBuffer()313 HashSet<Pair<Integer, Integer>> testChannelSet2 = in testGetDataFromProtoArrayByte() local315 assertTrue(testChannelSet1.equals(testChannelSet2)); in testGetDataFromProtoArrayByte()