站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

LocalizedStringTestCase - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.common
Class LocalizedStringTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.common.LocalizedStringTestCase

public class LocalizedStringTestCase
extends TestCase

Version:
$Revision: 5451 $
Author:
Chris Laprun
See Also:
Serialized Form

Field Summary
private  LocalizedString localizedString
           
private  java.util.Map values
           
 
Constructor Summary
LocalizedStringTestCase()
           
 
Method Summary
private  void checkValueAndLocale(java.util.Locale locale, java.lang.String[] desiredLocales)
           
protected  void setUp()
           
 void testPreferredOrBestLocalizedMappingFor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

private java.util.Map values

localizedString

private LocalizedString localizedString
Constructor Detail

LocalizedStringTestCase

public LocalizedStringTestCase()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testPreferredOrBestLocalizedMappingFor

public void testPreferredOrBestLocalizedMappingFor()

checkValueAndLocale

private void checkValueAndLocale(java.util.Locale locale,
                                 java.lang.String[] desiredLocales)