public class GitCloneTaskTest extends LocalDiskRepositoryTestCase
author, committer| Constructor and Description |
|---|
GitCloneTaskTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
before() |
void |
shouldCloneAValidGitRepository() |
void |
shouldCreateABareCloneOfAValidGitRepository() |
void |
shouldRaiseErrorOnBadSourceURL() |
void |
shouldRaiseErrorOnBadUrl() |
void |
shouldRaiseErrorOnEmptyUrl() |
void |
shouldRaiseErrorOnNoUrl() |
addRepoToClose, createBareRepository, createTempDirectory, createTempFile, createUniqueTestGitDir, createWorkRepository, getCeilings, getTemporaryDirectory, read, recursiveDelete, runHook, setUp, tearDown, tick, write, writepublic void before()
throws IOException
IOExceptionpublic void shouldRaiseErrorOnEmptyUrl()
throws Exception
Exceptionpublic void shouldRaiseErrorOnBadSourceURL()
throws Exception
Exceptionpublic void shouldCloneAValidGitRepository()
throws Exception
ExceptionCopyright © 2015. All rights reserved.