Class FileBackedIndexTest

java.lang.Object
com.googlecode.download.maven.plugin.internal.cache.FileBackedIndexTest

public class FileBackedIndexTest extends Object
Unit tests for FileBackedIndex
  • Constructor Details

    • FileBackedIndexTest

      public FileBackedIndexTest()
  • Method Details

    • testAsUri

      public void testAsUri()
    • testUriWithPortAsUri

      public void testUriWithPortAsUri()
    • testUriWithAuthInfoAsUri

      public void testUriWithAuthInfoAsUri()
    • testUriWithAdditionalHeaderInfoUri

      public void testUriWithAdditionalHeaderInfoUri()
    • testIndexedFileNotFound

      public void testIndexedFileNotFound() throws Exception
      Cache should check if the file mapped by the index has been deleted by the user and remove the file from the index reverting to retrieving the remote resource.
      Throws:
      Exception