Searched refs:skipAlgorithms (Results 1 – 2 of 2) sorted by relevance
57 private final Set<String> skipAlgorithms = new HashSet<>(); field in ServiceTester133 skipAlgorithms.add(algorithm); in skipAlgorithm()164 if (s.getType().equals(service) && !skipAlgorithms.contains(s.getAlgorithm()) in run()170 algorithms.removeAll(skipAlgorithms); in run()
52 private final Set<String> skipAlgorithms = new HashSet<>(); field in ServiceTester128 skipAlgorithms.add(algorithm); in skipAlgorithm()160 && !skipAlgorithms.contains(s.getAlgorithm()) in run()166 algorithms.removeAll(skipAlgorithms); in run()