Searched refs:compareChSet2 (Results 1 – 1 of 1) sorted by relevance
337 HashSet<Pair<Integer, Integer>> compareChSet2 = new HashSet<>(); in testGetChannelSetFromString() local339 compareChSet2.add(new Pair(4370, 4380)); in testGetChannelSetFromString()340 compareChSet2.add(new Pair(4370, 4380)); in testGetChannelSetFromString()341 compareChSet2.add(new Pair(50, 50)); in testGetChannelSetFromString()342 compareChSet2.add(new Pair(50, 50)); in testGetChannelSetFromString()346 assertTrue(outChSet2.equals(compareChSet2)); in testGetChannelSetFromString()