Searched refs:compareChSet1 (Results 1 – 1 of 1) sorted by relevance
322 HashSet<Pair<Integer, Integer>> compareChSet1 = new HashSet<>(); in testGetChannelSetFromString() local323 compareChSet1.add(new Pair(4370, 4370)); in testGetChannelSetFromString()324 compareChSet1.add(new Pair(4380, 4380)); in testGetChannelSetFromString()325 compareChSet1.add(new Pair(4700, 4750)); in testGetChannelSetFromString()326 compareChSet1.add(new Pair(5600, 5600)); in testGetChannelSetFromString()327 compareChSet1.add(new Pair(50, 50)); in testGetChannelSetFromString()328 compareChSet1.add(new Pair(9600, 9700)); in testGetChannelSetFromString()329 compareChSet1.add(new Pair(10000, 11001)); in testGetChannelSetFromString()333 assertTrue(outChSet1.equals(compareChSet1)); in testGetChannelSetFromString()