Class PackageResourcesTest
java.lang.Object
org.apache.torque.generator.configuration.PackageResourcesTest
Tests for the class PackageResources.
- Version:
- $Id: ClasspathConfigurationProviderTest.java 1456694 2013-03-14 21:54:47Z tfischer $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidTested that a package can be found in multiple JAR files and directories when the path does not start and end with a slash.voidTested that a package can be found in multiple JAR files and directories when the path does start and end with a slash
-
Constructor Details
-
PackageResourcesTest
public PackageResourcesTest()
-
-
Method Details
-
testGetJarFilesAndDirectories
Tested that a package can be found in multiple JAR files and directories when the path does not start and end with a slash.- Throws:
Exception- if test fails
-
testGetJarFilesAndDirectoriesSlashes
Tested that a package can be found in multiple JAR files and directories when the path does start and end with a slash- Throws:
Exception- it test fails
-
testFileNamesInDirectory
public void testFileNamesInDirectory() -
testFileNamesInDirectorySearchSubdirectories
public void testFileNamesInDirectorySearchSubdirectories() -
testFileNamesInDirectorySuffixNull
public void testFileNamesInDirectorySuffixNull() -
testFileNamesInJarDirectory
- Throws:
Exception
-
testFileNamesInJarDirectorySearchSubdirectories
- Throws:
Exception
-
testFileNamesInJarDirectorySuffixNull
- Throws:
Exception
-