org.apache.maven.wagon
Class StreamingWagonTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.wagon.WagonTestCase
                  extended by org.apache.maven.wagon.StreamingWagonTestCase
All Implemented Interfaces:
Test
Direct Known Subclasses:
AbstractEmbeddedScpWagonTest, AbstractEmbeddedScpWagonWithKeyTest, HttpWagonTestCase

public abstract class StreamingWagonTestCase
extends WagonTestCase

Version:
$Id: WagonTestCase.java 660462 2008-05-27 10:52:46Z brett $
Author:
Brett Porter

Field Summary
 
Fields inherited from class org.apache.maven.wagon.WagonTestCase
artifactDestFile, artifactSourceFile, checksumObserver, destFile, localRepository, localRepositoryPath, logger, mockTransferListener, mockTransferListenerControl, POM, resource, sourceFile, testRepository
 
Constructor Summary
StreamingWagonTestCase()
           
 
Method Summary
protected  void streamRoundTripTesting()
           
 void testFailedGetIfNewerToStream()
           
 void testFailedGetToStream()
           
 void testStreamingWagon()
           
 void testWagonGetIfNewerToStreamIsNewer()
           
 void testWagonGetIfNewerToStreamIsOlder()
           
 void testWagonGetIfNewerToStreamIsSame()
           
 
Methods inherited from class org.apache.maven.wagon.WagonTestCase
assertGetIfNewerTest, assertNotExists, assertResourcesAreInRemoteSide, connectWagon, createDirectory, createFileRepository, createTransferEvent, customizeContext, disconnectWagon, fileRoundTripTesting, getAuthInfo, getExpectedContentLengthOnGet, getExpectedLastModifiedOnGet, getFile, getPermissions, getProtocol, getTestRepositoryPort, getTestRepositoryUrl, getWagon, message, putFile, putFile, replaceMockForGet, replayMockForPut, setUp, setupGetIfNewerTest, setupRepositories, setupWagonTestingFixtures, supportsGetIfNewer, tearDownWagonTestingFixtures, testFailedGet, testFailedGetIfNewer, testWagon, testWagonGetFileList, testWagonGetFileListWhenDirectoryDoesNotExist, testWagonGetIfNewerIsNewer, testWagonGetIfNewerIsOlder, testWagonGetIfNewerIsSame, testWagonPutDirectory, testWagonPutDirectoryDeepDestination, testWagonPutDirectoryForDot, testWagonPutDirectoryWhenDirectoryAlreadyExists, testWagonResourceExists, testWagonResourceNotExists, verifyMock
 
Methods inherited from class org.codehaus.plexus.PlexusTestCase
customizeComponentConfiguration, customizeContainerConfiguration, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getConfigurationName, getContainer, getCustomConfigurationName, getResourceAsStream, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, release, setupContainer, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StreamingWagonTestCase

public StreamingWagonTestCase()
Method Detail

testStreamingWagon

public void testStreamingWagon()
                        throws Exception
Throws:
Exception

testFailedGetToStream

public void testFailedGetToStream()
                           throws Exception
Throws:
Exception

testWagonGetIfNewerToStreamIsNewer

public void testWagonGetIfNewerToStreamIsNewer()
                                        throws Exception
Throws:
Exception

testWagonGetIfNewerToStreamIsOlder

public void testWagonGetIfNewerToStreamIsOlder()
                                        throws Exception
Throws:
Exception

testWagonGetIfNewerToStreamIsSame

public void testWagonGetIfNewerToStreamIsSame()
                                       throws Exception
Throws:
Exception

testFailedGetIfNewerToStream

public void testFailedGetIfNewerToStream()
                                  throws Exception
Throws:
Exception

streamRoundTripTesting

protected void streamRoundTripTesting()
                               throws Exception
Throws:
Exception


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.