org.apache.maven.repository.legacy
Class DefaultUpdateCheckManagerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.artifact.AbstractArtifactComponentTestCase
                  extended by org.apache.maven.repository.legacy.DefaultUpdateCheckManagerTest
All Implemented Interfaces:
junit.framework.Test

public class DefaultUpdateCheckManagerTest
extends AbstractArtifactComponentTestCase


Field Summary
 
Fields inherited from class org.apache.maven.artifact.AbstractArtifactComponentTestCase
artifactFactory, artifactRepositoryFactory
 
Constructor Summary
DefaultUpdateCheckManagerTest()
           
 
Method Summary
protected  String component()
           
protected  void setUp()
           
 void testArtifact()
           
 void testArtifactTouchFileName()
           
 void testMetadata()
           
 void testMissingArtifact()
           
 void testMissingMetadata()
           
 void testMissingPom()
           
 void testPom()
           
 
Methods inherited from class org.apache.maven.artifact.AbstractArtifactComponentTestCase
assertLocalArtifactNotPresent, assertLocalArtifactPresent, assertRemoteArtifactNotPresent, assertRemoteArtifactPresent, badLocalRepository, badRemoteRepository, createArtifact, createArtifact, createArtifact, createArtifact, createLocalArtifact, createLocalArtifact, createRemoteArtifact, createRemoteArtifact, deleteArtifact, deleteLocalArtifact, getRepositoryLayout, initRepoSession, localRepository, remoteRepositories, remoteRepository, tearDown
 
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
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultUpdateCheckManagerTest

public DefaultUpdateCheckManagerTest()
Method Detail

component

protected String component()
Specified by:
component in class AbstractArtifactComponentTestCase

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class AbstractArtifactComponentTestCase
Throws:
Exception

testArtifact

public void testArtifact()
                  throws Exception
Throws:
Exception

testMissingArtifact

public void testMissingArtifact()
                         throws Exception
Throws:
Exception

testPom

public void testPom()
             throws Exception
Throws:
Exception

testMissingPom

public void testMissingPom()
                    throws Exception
Throws:
Exception

testMetadata

public void testMetadata()
                  throws Exception
Throws:
Exception

testMissingMetadata

public void testMissingMetadata()
                         throws Exception
Throws:
Exception

testArtifactTouchFileName

public void testArtifactTouchFileName()
                               throws Exception
Throws:
Exception


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.