Class LocaleFacetTest
- java.lang.Object
-
- org.codehaus.mojo.jaxb2.shared.environment.locale.LocaleFacetTest
-
public class LocaleFacetTest extends Object
- Author:
- Lennart Jörelid, jGuru Europe AB
-
-
Constructor Summary
Constructors Constructor Description LocaleFacetTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setupSharedState()
void
validateExceptionOnIncorrectLocaleString()
void
validateLocaleParsing()
void
validateNoExceptionOnUnknownLocaleString()
void
validateOptimalLocaleFindingIgnoringScripts()
-
-
-
Method Detail
-
setupSharedState
public void setupSharedState()
-
validateLocaleParsing
public void validateLocaleParsing() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
validateOptimalLocaleFindingIgnoringScripts
public void validateOptimalLocaleFindingIgnoringScripts() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
validateExceptionOnIncorrectLocaleString
public void validateExceptionOnIncorrectLocaleString() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
validateNoExceptionOnUnknownLocaleString
public void validateNoExceptionOnUnknownLocaleString() throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-