mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 17:37:13 +02:00
Improve ListDomainsCommand to list domains on multiple TLDs
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=140053423
This commit is contained in:
parent
35d88a9f8c
commit
5eb9702f05
11 changed files with 120 additions and 88 deletions
|
@ -21,16 +21,10 @@ import google.registry.tools.server.ListTldsAction;
|
|||
*
|
||||
* @see ListObjectsCommandTestCase
|
||||
*/
|
||||
public class ListTldsCommandTest
|
||||
extends ListObjectsCommandTestCase<ListTldsCommand> {
|
||||
public class ListTldsCommandTest extends ListObjectsCommandTestCase<ListTldsCommand> {
|
||||
|
||||
@Override
|
||||
final String getTaskPath() {
|
||||
return ListTldsAction.PATH;
|
||||
}
|
||||
|
||||
@Override
|
||||
final String getTld() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue