public abstract class WagonTestCase
extends org.codehaus.plexus.PlexusTestCase
Modifier and Type | Field and Description |
---|---|
protected File |
artifactDestFile |
protected File |
artifactSourceFile |
protected ChecksumObserver |
checksumObserver |
protected File |
destFile |
protected Repository |
localRepository |
protected String |
localRepositoryPath |
protected TransferListener |
mockTransferListener |
protected static String |
POM |
protected String |
resource |
protected File |
sourceFile |
protected Repository |
testRepository |
Constructor and Description |
---|
WagonTestCase() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertGetIfNewerTest(org.apache.maven.wagon.WagonTestCase.ProgressAnswer progressAnswer,
boolean expectedResult,
int expectedSize) |
protected void |
assertNotExists(Wagon wagon,
String resourceName)
Assert that a resource does not exist in the remote wagon system
|
protected void |
assertResourcesAreInRemoteSide(Wagon wagon,
List resourceNames) |
protected void |
connectWagon(Wagon wagon) |
protected void |
createDirectory(Wagon wagon,
String resourceToCreate,
String dirName)
Create a directory with a resource and check that the other ones don't exist
|
protected Repository |
createFileRepository(String url) |
protected TransferEvent |
createTransferEvent(Wagon wagon,
Resource resource,
int eventType,
int requestType,
File file) |
protected void |
customizeContext() |
protected void |
disconnectWagon(Wagon wagon) |
protected void |
fileRoundTripTesting() |
protected AuthenticationInfo |
getAuthInfo() |
protected int |
getExpectedContentLengthOnGet(int expectedSize) |
protected long |
getExpectedLastModifiedOnGet(Repository repository,
Resource resource) |
protected void |
getFile(int expectedSize) |
protected RepositoryPermissions |
getPermissions() |
protected abstract String |
getProtocol()
Protocol id of the Wagon to use, eg.
|
protected abstract int |
getTestRepositoryPort()
The number of the port which should get used to start the test server
|
protected abstract String |
getTestRepositoryUrl()
URL of the repository.
|
protected Wagon |
getWagon() |
protected void |
message(String message) |
protected int |
putFile() |
protected void |
putFile(String resourceName,
String testFileName,
String content) |
protected org.apache.maven.wagon.WagonTestCase.ProgressAnswer |
replaceMockForGet(Wagon wagon,
int expectedSize) |
protected org.apache.maven.wagon.WagonTestCase.ProgressAnswer |
replayMockForPut(String resourceName,
String content,
Wagon wagon) |
protected void |
setUp() |
protected org.apache.maven.wagon.WagonTestCase.ProgressAnswer |
setupGetIfNewerTest(Wagon wagon,
boolean expectedResult,
int expectedSize) |
protected void |
setupRepositories() |
protected void |
setupWagonTestingFixtures() |
protected boolean |
supportsGetIfNewer() |
protected void |
tearDownWagonTestingFixtures() |
void |
testFailedGet() |
void |
testFailedGetIfNewer() |
void |
testWagon() |
void |
testWagonGetFileList()
|
void |
testWagonGetFileListWhenDirectoryDoesNotExist()
Test
Wagon.getFileList(String) when the directory does not exist. |
void |
testWagonGetIfNewerIsNewer() |
void |
testWagonGetIfNewerIsOlder() |
void |
testWagonGetIfNewerIsSame() |
void |
testWagonPutDirectory() |
void |
testWagonPutDirectoryDeepDestination()
Test for putting a directory with a destination that multiple directories deep, all of which haven't been
created.
|
void |
testWagonPutDirectoryForDot()
Test that when putting a directory that already exists new files get also copied and destination is "."
|
void |
testWagonPutDirectoryWhenDirectoryAlreadyExists()
Test that when putting a directory that already exists new files get also copied
|
void |
testWagonResourceExists()
Test for an existing resource.
|
void |
testWagonResourceNotExists()
Test for an invalid resource.
|
protected void |
verifyMock(org.apache.maven.wagon.WagonTestCase.ProgressAnswer progressAnswer,
int length) |
createContainerInstance, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getContainer, getCustomConfiguration, getResourceAsStream, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, release, tearDown
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toString
protected static String POM
protected Repository localRepository
protected Repository testRepository
protected String localRepositoryPath
protected File sourceFile
protected File destFile
protected String resource
protected File artifactSourceFile
protected File artifactDestFile
protected ChecksumObserver checksumObserver
protected TransferListener mockTransferListener
protected void setUp() throws Exception
setUp
in class org.codehaus.plexus.PlexusTestCase
Exception
protected abstract String getTestRepositoryUrl() throws IOException
IOException
protected abstract String getProtocol()
scp
, ftp
protected abstract int getTestRepositoryPort()
protected void customizeContext() throws Exception
customizeContext
in class org.codehaus.plexus.PlexusTestCase
Exception
protected void setupWagonTestingFixtures() throws Exception
Exception
protected void tearDownWagonTestingFixtures() throws Exception
Exception
protected AuthenticationInfo getAuthInfo()
protected RepositoryPermissions getPermissions()
protected void message(String message)
public void testWagonGetIfNewerIsNewer() throws Exception
Exception
protected boolean supportsGetIfNewer()
public void testWagonGetIfNewerIsOlder() throws Exception
Exception
public void testWagonGetIfNewerIsSame() throws Exception
Exception
protected void assertGetIfNewerTest(org.apache.maven.wagon.WagonTestCase.ProgressAnswer progressAnswer, boolean expectedResult, int expectedSize) throws IOException
IOException
protected org.apache.maven.wagon.WagonTestCase.ProgressAnswer setupGetIfNewerTest(Wagon wagon, boolean expectedResult, int expectedSize) throws NoSuchAlgorithmException, IOException
NoSuchAlgorithmException
IOException
public void testWagonPutDirectoryDeepDestination() throws Exception
Exception
public void testWagonPutDirectoryWhenDirectoryAlreadyExists() throws Exception
Exception
public void testWagonPutDirectoryForDot() throws Exception
Exception
protected void createDirectory(Wagon wagon, String resourceToCreate, String dirName) throws Exception
wagon
- resourceToCreate
- name of the resource to be createddirName
- directory name to createException
protected void assertResourcesAreInRemoteSide(Wagon wagon, List resourceNames) throws IOException, TransferFailedException, ResourceDoesNotExistException, AuthorizationException
protected void assertNotExists(Wagon wagon, String resourceName) throws IOException, TransferFailedException, AuthorizationException
wagon
- wagon to get the resource fromresourceName
- name of the resourceIOException
- if a temp file can't be createdAuthorizationException
TransferFailedException
public void testWagonGetFileList() throws Exception
Exception
public void testWagonGetFileListWhenDirectoryDoesNotExist() throws Exception
Wagon.getFileList(String)
when the directory does not exist.Exception
public void testWagonResourceExists() throws Exception
Exception
public void testWagonResourceNotExists() throws Exception
Exception
protected void putFile(String resourceName, String testFileName, String content) throws Exception
Exception
protected org.apache.maven.wagon.WagonTestCase.ProgressAnswer replayMockForPut(String resourceName, String content, Wagon wagon)
protected TransferEvent createTransferEvent(Wagon wagon, Resource resource, int eventType, int requestType, File file)
protected void verifyMock(org.apache.maven.wagon.WagonTestCase.ProgressAnswer progressAnswer, int length)
protected void disconnectWagon(Wagon wagon) throws ConnectionException
ConnectionException
protected void connectWagon(Wagon wagon) throws ConnectionException, AuthenticationException
protected org.apache.maven.wagon.WagonTestCase.ProgressAnswer replaceMockForGet(Wagon wagon, int expectedSize)
protected int getExpectedContentLengthOnGet(int expectedSize)
protected long getExpectedLastModifiedOnGet(Repository repository, Resource resource)
protected Repository createFileRepository(String url)
Copyright © 2003–2014. All rights reserved.