use of com.thoughtworks.go.helper.P4TestRepo in project gocd by gocd.
the class P4MaterialTest method createTestRepo.
@Override
protected P4TestRepo createTestRepo() throws Exception {
P4TestRepo repo = P4TestRepo.createP4TestRepo(temporaryFolder, clientFolder);
repo.onSetup();
return repo;
}
use of com.thoughtworks.go.helper.P4TestRepo in project gocd by gocd.
the class P4MultipleMaterialsTest method createTestRepo.
protected P4TestRepo createTestRepo() throws Exception {
P4TestRepo repo = P4TestRepo.createP4TestRepo(temporaryFolder, clientFolder);
repo.onSetup();
return repo;
}
use of com.thoughtworks.go.helper.P4TestRepo in project gocd by gocd.
the class P4ClientTest method createTestRepo.
protected P4TestRepo createTestRepo() throws Exception {
P4TestRepo repo = P4TestRepo.createP4TestRepo(temporaryFolder, clientFolder);
repo.onSetup();
return repo;
}
use of com.thoughtworks.go.helper.P4TestRepo in project gocd by gocd.
the class P4MaterialTicketTest method createTestRepo.
protected P4TestRepo createTestRepo() throws Exception {
P4TestRepo repo = P4TestRepo.createP4TestRepoWithTickets(temporaryFolder, clientFolder);
repo.onSetup();
return repo;
}
use of com.thoughtworks.go.helper.P4TestRepo in project gocd by gocd.
the class P4TicketCommandTest method createTestRepo.
protected P4TestRepo createTestRepo() throws Exception {
P4TestRepo repo = P4TestRepo.createP4TestRepoWithTickets(temporaryFolder, clientFolder);
repo.onSetup();
return repo;
}
Aggregations