Class DependencyFileParserTest
- java.lang.Object
-
- org.codehaus.mojo.jaxb2.shared.version.DependencyFileParserTest
-
public class DependencyFileParserTest extends Object
- Author:
- Lennart Jörelid
-
-
Constructor Summary
Constructors Constructor Description DependencyFileParserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setupSharedState()
void
teardownSharedState()
void
validateCreatingDependencyInformationMapFromDependencyPropertiesFile()
void
validateExceptionOnAttemptingToParseIncorrectlyFormedPropertiesFile()
void
validateParsingDependencyInformationPackagedInJarFileInClassPath()
void
validateParsingDependencyPropertiesFile()
-
-
-
Method Detail
-
teardownSharedState
public void teardownSharedState()
-
validateParsingDependencyPropertiesFile
public void validateParsingDependencyPropertiesFile()
-
validateCreatingDependencyInformationMapFromDependencyPropertiesFile
public void validateCreatingDependencyInformationMapFromDependencyPropertiesFile()
-
validateParsingDependencyInformationPackagedInJarFileInClassPath
public void validateParsingDependencyInformationPackagedInJarFileInClassPath()
-
validateExceptionOnAttemptingToParseIncorrectlyFormedPropertiesFile
public void validateExceptionOnAttemptingToParseIncorrectlyFormedPropertiesFile()
-
-