google-nomulus/java/google/registry/model/registry
nickfelt 5081d780dc Add assertTldsExist(Iterable<String>) to check multiple TLDs at once
This is better than calling assertTldExists() inside a for loop because you can throw a single exception reporting all bad TLDs at once rather than only getting as far as the first failure.  And then it's also a one-liner instead of 3 lines.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=152412876
2017-04-10 13:44:52 -04:00
..
label Remove UNRESERVED as a reservation type 2017-03-27 13:31:33 -04:00
Registries.java Add assertTldsExist(Iterable<String>) to check multiple TLDs at once 2017-04-10 13:44:52 -04:00
Registry.java Add nomulus tool command to delete a TLD 2017-04-05 10:10:38 -04:00