Search in sources :

Example 1 with P4TestRepo

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;
}
Also used : P4TestRepo(com.thoughtworks.go.helper.P4TestRepo)

Example 2 with P4TestRepo

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;
}
Also used : P4TestRepo(com.thoughtworks.go.helper.P4TestRepo)

Example 3 with P4TestRepo

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;
}
Also used : P4TestRepo(com.thoughtworks.go.helper.P4TestRepo)

Example 4 with P4TestRepo

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;
}
Also used : P4TestRepo(com.thoughtworks.go.helper.P4TestRepo)

Example 5 with P4TestRepo

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;
}
Also used : P4TestRepo(com.thoughtworks.go.helper.P4TestRepo)

Aggregations

P4TestRepo (com.thoughtworks.go.helper.P4TestRepo)6 StringRevision (com.thoughtworks.go.domain.materials.mercurial.StringRevision)1 Test (org.junit.Test)1