org.apache.maven.archiva.webdav
Class RepositoryServletProxiedMetadataLocalOnlyTest

Package class diagram package RepositoryServletProxiedMetadataLocalOnlyTest
java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.spring.PlexusInSpringTestCase
              extended by org.apache.maven.archiva.webdav.AbstractRepositoryServletTestCase
                  extended by org.apache.maven.archiva.webdav.AbstractRepositoryServletProxiedTestCase
                      extended by org.apache.maven.archiva.webdav.AbstractRepositoryServletProxiedMetadataTestCase
                          extended by org.apache.maven.archiva.webdav.RepositoryServletProxiedMetadataLocalOnlyTest
All Implemented Interfaces:
junit.framework.Test

public class RepositoryServletProxiedMetadataLocalOnlyTest
extends AbstractRepositoryServletProxiedMetadataTestCase

RepositoryServlet Tests, Proxied, Get of Metadata, exists on local managed repository only.


Field Summary
 
Fields inherited from class org.apache.maven.archiva.webdav.AbstractRepositoryServletProxiedMetadataTestCase
remotePrivateSnapshots
 
Fields inherited from class org.apache.maven.archiva.webdav.AbstractRepositoryServletProxiedTestCase
EXPECT_MANAGED_CONTENTS, EXPECT_NOT_FOUND, EXPECT_REMOTE_CONTENTS, HAS_MANAGED_COPY, NEWER, NO_MANAGED_COPY, OLDER, ONE_DAY, ONE_HOUR, ONE_MINUTE, ONE_SECOND, OVER_ONE_DAY, OVER_ONE_HOUR, remoteCentral, remoteSnapshots
 
Fields inherited from class org.apache.maven.archiva.webdav.AbstractRepositoryServletTestCase
archivaConfiguration, REPOID_INTERNAL, repoRootInternal, sc
 
Fields inherited from class org.codehaus.plexus.spring.PlexusInSpringTestCase
applicationContext
 
Constructor Summary
RepositoryServletProxiedMetadataLocalOnlyTest()
           
 
Method Summary
 void testGetProxiedGroupMetadataLocalOnly()
           
 void testGetProxiedProjectMetadataLocalOnly()
           
 void testGetProxiedSnapshotVersionMetadataLocalOnly()
           
 void testGetProxiedVersionMetadataLocalOnly()
           
 
Methods inherited from class org.apache.maven.archiva.webdav.AbstractRepositoryServletProxiedMetadataTestCase
assertExpectedMetadata, createGroupMetadata, createProjectMetadata, createVersionMetadata, createVersionMetadata, requestMetadataOK, setupPrivateSnapshotsRemoteRepo, tearDown
 
Methods inherited from class org.apache.maven.archiva.webdav.AbstractRepositoryServletProxiedTestCase
assertServerSetupCorrectly, createServer, populateRepo, setUp, setupCentralRemoteRepo, setupConnector, setupReleaseConnector, setupSnapshotConnector, setupSnapshotsRemoteRepo, shutdownServer
 
Methods inherited from class org.apache.maven.archiva.webdav.AbstractRepositoryServletTestCase
assertFileContents, assertManagedFileNotExists, assertRepositoryValid, assertResponseConflictError, assertResponseInternalServerError, assertResponseNotFound, assertResponseOK, assertResponseOK, createManagedRepository, createRemoteRepository, dumpResponse, getPlexusConfigLocation, populateRepo, saveConfiguration, saveConfiguration, setupCleanInternalRepo, setupCleanRepo
 
Methods inherited from class org.codehaus.plexus.spring.PlexusInSpringTestCase
getApplicationContext, getBasedir, getConfigLocations, getContainer, getResourceAsStream, getSpringConfigLocation, getTestConfiguration, getTestConfiguration, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, lookup, lookup, release
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryServletProxiedMetadataLocalOnlyTest

public RepositoryServletProxiedMetadataLocalOnlyTest()
Method Detail

testGetProxiedSnapshotVersionMetadataLocalOnly

public void testGetProxiedSnapshotVersionMetadataLocalOnly()
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

testGetProxiedVersionMetadataLocalOnly

public void testGetProxiedVersionMetadataLocalOnly()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

testGetProxiedProjectMetadataLocalOnly

public void testGetProxiedProjectMetadataLocalOnly()
                                            throws java.lang.Exception
Throws:
java.lang.Exception

testGetProxiedGroupMetadataLocalOnly

public void testGetProxiedGroupMetadataLocalOnly()
                                          throws java.lang.Exception
Throws:
java.lang.Exception