Add create_domain command to gtech_tool

Support creating domain with gtech_tool, instead of creating temporary epp file
and run execute_epp manually. Also changes CreateContactCommand for consistency.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=130127280
This commit is contained in:
jianglai 2016-08-12 12:17:59 -07:00 committed by Ben McIlwain
parent 0066a03709
commit 5f26196993
9 changed files with 331 additions and 12 deletions

View file

@ -19,8 +19,7 @@ import org.junit.Before;
import org.junit.Test;
/** Unit tests for {@link CreateContactCommand}. */
public class CreateContactCommandTest
extends EppToolCommandTestCase<CreateContactCommand> {
public class CreateContactCommandTest extends EppToolCommandTestCase<CreateContactCommand> {
@Before
public void initCommand() {