org.apache.maven.it
Class MavenITmng5175WagonHttpTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.it.AbstractMavenIntegrationTestCase
              extended by org.apache.maven.it.MavenITmng5175WagonHttpTest
All Implemented Interfaces:
Test

public class MavenITmng5175WagonHttpTest
extends AbstractMavenIntegrationTestCase

This is a test set for MNG-5175. test correct integration of wagon http: read time out configuration from settings.xml

Version:
$Id: MavenITmng5175WagonHttpTest.java 1213420 2011-12-12 20:30:00Z olamy $

Field Summary
 
Fields inherited from class org.apache.maven.it.AbstractMavenIntegrationTestCase
ALL_MAVEN_VERSIONS
 
Constructor Summary
MavenITmng5175WagonHttpTest()
           
 
Method Summary
 void setUp()
           
protected  void tearDown()
           
 void testmng5175_ReadTimeOutFromSettings()
          Test that the read time out from settings is used.
 
Methods inherited from class org.apache.maven.it.AbstractMavenIntegrationTestCase
matchesVersionRange, newVerifier, newVerifier, newVerifier, newVerifier, requiresJavaVersion, requiresMavenVersion, runTest, setupLocalRepo
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, 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

MavenITmng5175WagonHttpTest

public MavenITmng5175WagonHttpTest()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class TestCase
Throws:
Exception

testmng5175_ReadTimeOutFromSettings

public void testmng5175_ReadTimeOutFromSettings()
                                         throws Exception
Test that the read time out from settings is used. basically use a 1ms time out and wait a bit in the handler

Throws:
Exception


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.