mirror of
https://github.com/google/nomulus
synced 2026-09-19 14:34:18 +00:00
Fix verb order in nomulus tool domain check commands
This makes them consistent with every other command, which uses the format verb_noun. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=192301468
This commit is contained in:
+3
-3
@@ -1,4 +1,4 @@
|
||||
// Copyright 2017 The Nomulus Authors. All Rights Reserved.
|
||||
// Copyright 2018 The Nomulus Authors. All Rights Reserved.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
@@ -19,8 +19,8 @@ import static google.registry.testing.JUnitBackports.assertThrows;
|
||||
import com.beust.jcommander.ParameterException;
|
||||
import org.junit.Test;
|
||||
|
||||
/** Unit tests for {@link DomainCheckClaimsCommand}. */
|
||||
public class DomainCheckClaimsCommandTest extends EppToolCommandTestCase<DomainCheckClaimsCommand> {
|
||||
/** Unit tests for {@link CheckDomainClaimsCommand}. */
|
||||
public class CheckDomainClaimsCommandTest extends EppToolCommandTestCase<CheckDomainClaimsCommand> {
|
||||
|
||||
@Test
|
||||
public void testSuccess() throws Exception {
|
||||
+3
-3
@@ -1,4 +1,4 @@
|
||||
// Copyright 2017 The Nomulus Authors. All Rights Reserved.
|
||||
// Copyright 2018 The Nomulus Authors. All Rights Reserved.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
@@ -19,8 +19,8 @@ import static google.registry.testing.JUnitBackports.assertThrows;
|
||||
import com.beust.jcommander.ParameterException;
|
||||
import org.junit.Test;
|
||||
|
||||
/** Unit tests for {@link DomainCheckCommand}. */
|
||||
public class DomainCheckCommandTest extends EppToolCommandTestCase<DomainCheckCommand> {
|
||||
/** Unit tests for {@link CheckDomainCommand}. */
|
||||
public class CheckDomainCommandTest extends EppToolCommandTestCase<CheckDomainCommand> {
|
||||
|
||||
@Test
|
||||
public void testSuccess() throws Exception {
|
||||
+3
-3
@@ -1,4 +1,4 @@
|
||||
// Copyright 2017 The Nomulus Authors. All Rights Reserved.
|
||||
// Copyright 2018 The Nomulus Authors. All Rights Reserved.
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
@@ -19,8 +19,8 @@ import static google.registry.testing.JUnitBackports.assertThrows;
|
||||
import com.beust.jcommander.ParameterException;
|
||||
import org.junit.Test;
|
||||
|
||||
/** Unit tests for {@link DomainCheckFeeCommand}. */
|
||||
public class DomainCheckFeeCommandTest extends EppToolCommandTestCase<DomainCheckFeeCommand> {
|
||||
/** Unit tests for {@link CheckDomainFeeCommand}. */
|
||||
public class CheckDomainFeeCommandTest extends EppToolCommandTestCase<CheckDomainFeeCommand> {
|
||||
|
||||
@Test
|
||||
public void testSuccess() throws Exception {
|
||||
Reference in New Issue
Block a user