Home
last modified time | relevance | path

Searched refs:CommandLineMain (Results 1 – 2 of 2) sorted by relevance

/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/
DCommandLineMainTest.java38 CommandLine.populateCommand(new CommandLineMain(), args); in createMigrationJob_noNumberInputSpecified_expectException()
50 CommandLine.populateCommand(new CommandLineMain(), args); in createMigrationJob_numberAndFile_expectException()
61 CommandLineMain p = CommandLine.populateCommand(new CommandLineMain(), args); in createFromNumberString_expectSufficientArguments()
71 CommandLineMain p = CommandLine.populateCommand(new CommandLineMain(), args); in createFromPath_expectSufficientArguments()
82 CommandLine.populateCommand(new CommandLineMain(), args); in createMigrationJob_exportInvalidMigrationsAndCustomRecipe_expectException()
/third_party/libphonenumber/migrator/src/main/java/com/google/phonenumbers/migrator/
DCommandLineMain.java37 public final class CommandLineMain { class
87 CommandLineMain clm = CommandLine.populateCommand(new CommandLineMain(), args); in main()