Class FileNameUtilsTest

java.lang.Object
com.googlecode.download.maven.plugin.internal.FileNameUtilsTest

public class FileNameUtilsTest extends Object
Unit test suite for the FileNameUtils class
  • Constructor Details

    • FileNameUtilsTest

      public FileNameUtilsTest()
  • Method Details

    • testGetOutputFileNameForEmptyResource

      public void testGetOutputFileNameForEmptyResource()
      Shall return the host name if the resource is empty.
    • testGetOutputFileNameForRootResource

      public void testGetOutputFileNameForRootResource()
      Shall return the host name if the resource is just the root resource.
    • testGetOutputFileNameForNonRootResource

      public void testGetOutputFileNameForNonRootResource()
      Shall return the resource name if the resource not the root resource