Search in sources :

Example 1 with InitCommand

use of com.google.startupos.tools.reviewer.aa.commands.InitCommand in project startup-os by google.

the class CodeReviewServiceTextDiffTest method initAaBase.

private void initAaBase(String initialRepoFolder, String aaBaseFolder) {
    InitCommand initCommand = component.getInitCommand();
    String[] args = { "init", "--base_path", aaBaseFolder, "--startupos_repo", initialRepoFolder };
    initCommand.run(args);
}
Also used : InitCommand(com.google.startupos.tools.reviewer.aa.commands.InitCommand)

Example 2 with InitCommand

use of com.google.startupos.tools.reviewer.aa.commands.InitCommand in project startup-os by google.

the class CodeReviewServiceGetDiffFilesTest method initAaBase.

private void initAaBase(String initialRepoFolder, String aaBaseFolder) {
    InitCommand initCommand = component.getInitCommand();
    String[] args = { "init", "--base_path", aaBaseFolder, "--startupos_repo", initialRepoFolder };
    initCommand.run(args);
}
Also used : InitCommand(com.google.startupos.tools.reviewer.aa.commands.InitCommand)

Aggregations

InitCommand (com.google.startupos.tools.reviewer.aa.commands.InitCommand)2