Searched defs:addExceptions (Results 1 – 2 of 2) sorted by relevance
173 Set<String> addExceptions = new LinkedHashSet<>(); in TestAgainstLanguageSubtagRegistry() local
421 public Builder addExceptions(Iterable<? extends TypeName> exceptions) { in addExceptions() method in MethodSpec.Builder