org.apache.maven.wagon
Class StreamWagonTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.wagon.StreamWagonTest
All Implemented Interfaces:
Test

public class StreamWagonTest
extends TestCase


Constructor Summary
StreamWagonTest()
           
 
Method Summary
 void testAuthorizationException()
           
 void testGet()
           
 void testGetIfNewerToStreamWithNewerResource()
           
 void testGetIfNewerToStreamWithOlderResource()
           
 void testGetIfNewerToStreamWithSameTimeResource()
           
 void testGetIfNewerWithNewerResource()
           
 void testGetIfNewerWithOlderResource()
           
 void testGetIfNewerWithSameTimeResource()
           
 void testGetToStream()
           
 void testNullInputStream()
           
 void testNullOutputStream()
           
 void testPut()
           
 void testPutFileDoesntExist()
           
 void testPutFromStream()
           
 void testPutFromStreamWithResourceInformation()
           
 void testResourceDoesNotExistException()
           
 void testTransferFailedExceptionOnInput()
           
 void testTransferFailedExceptionOnOutput()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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

StreamWagonTest

public StreamWagonTest()
Method Detail

testNullInputStream

public void testNullInputStream()
                         throws Exception
Throws:
Exception

testNullOutputStream

public void testNullOutputStream()
                          throws Exception
Throws:
Exception

testTransferFailedExceptionOnInput

public void testTransferFailedExceptionOnInput()
                                        throws Exception
Throws:
Exception

testTransferFailedExceptionOnOutput

public void testTransferFailedExceptionOnOutput()
                                         throws Exception
Throws:
Exception

testResourceDoesNotExistException

public void testResourceDoesNotExistException()
                                       throws Exception
Throws:
Exception

testAuthorizationException

public void testAuthorizationException()
                                throws Exception
Throws:
Exception

testGetIfNewerWithNewerResource

public void testGetIfNewerWithNewerResource()
                                     throws Exception
Throws:
Exception

testGetIfNewerWithOlderResource

public void testGetIfNewerWithOlderResource()
                                     throws Exception
Throws:
Exception

testGetIfNewerWithSameTimeResource

public void testGetIfNewerWithSameTimeResource()
                                        throws Exception
Throws:
Exception

testGetToStream

public void testGetToStream()
                     throws Exception
Throws:
Exception

testGet

public void testGet()
             throws Exception
Throws:
Exception

testGetIfNewerToStreamWithNewerResource

public void testGetIfNewerToStreamWithNewerResource()
                                             throws Exception
Throws:
Exception

testGetIfNewerToStreamWithOlderResource

public void testGetIfNewerToStreamWithOlderResource()
                                             throws Exception
Throws:
Exception

testGetIfNewerToStreamWithSameTimeResource

public void testGetIfNewerToStreamWithSameTimeResource()
                                                throws Exception
Throws:
Exception

testPutFromStream

public void testPutFromStream()
                       throws Exception
Throws:
Exception

testPutFromStreamWithResourceInformation

public void testPutFromStreamWithResourceInformation()
                                              throws Exception
Throws:
Exception

testPut

public void testPut()
             throws Exception
Throws:
Exception

testPutFileDoesntExist

public void testPutFileDoesntExist()
                            throws Exception
Throws:
Exception


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