Class FileNameUtilsTest
java.lang.Object
com.googlecode.download.maven.plugin.internal.FileNameUtilsTest
Unit test suite for the
FileNameUtils class-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidShall return the host name if the resource is empty.voidShall return the resource name if the resource not the root resourcevoidShall return the host name if the resource is just the root resource.
-
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
-