org.jboss.seam.faces.test.environment
Class LocaleProducerTest
java.lang.Object
org.jboss.seam.faces.test.environment.LocaleProducerTest
public class LocaleProducerTest
- extends Object
Verify that the LocaleProducer produces the same Locales as returned by Application.getDefaultLocale() and the CDI
producer method.
- Author:
- George Gastaldi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocaleProducerTest
public LocaleProducerTest()
createTestArchive
@Deployment
public static org.jboss.shrinkwrap.api.Archive<?> createTestArchive()
testReturnsSupportedLocales
public void testReturnsSupportedLocales()
testReturnsDefaultLocale
public void testReturnsDefaultLocale()
testProducesDefaultLocaleCurrentFacesContext
public void testProducesDefaultLocaleCurrentFacesContext()
Copyright © 2009-2011 Seam Framework. All Rights Reserved.