Package com.ilib.test

Class IlibLocaleTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class IlibLocaleTest
    extends junit.framework.TestCase
    • Constructor Detail

      • IlibLocaleTest

        public IlibLocaleTest()
    • Method Detail

      • testConstructorSpec

        public void testConstructorSpec()
      • testConstructorParts

        public void testConstructorParts()
      • testGetLanguage

        public void testGetLanguage()
      • testGetLanguageParts

        public void testGetLanguageParts()
      • testGetRegion

        public void testGetRegion()
      • testGetRegionParts

        public void testGetRegionParts()
      • testGetScript

        public void testGetScript()
      • testGetScriptParts

        public void testGetScriptParts()
      • testGetVariant

        public void testGetVariant()
      • testGetVariantParts

        public void testGetVariantParts()
      • testGetOutOfOrder

        public void testGetOutOfOrder()
      • testGetLanguageSpecEmpty

        public void testGetLanguageSpecEmpty()
      • testGetRegionSpecEmpty

        public void testGetRegionSpecEmpty()
      • testGetVariantSpecEmpty

        public void testGetVariantSpecEmpty()
      • testGetLanguageSpecMissing

        public void testGetLanguageSpecMissing()
      • testGetRegionSpecMissing

        public void testGetRegionSpecMissing()
      • testGetRegionSpecOnlyLang

        public void testGetRegionSpecOnlyLang()
      • testGetVariantSpecOnlyLangAndReg

        public void testGetVariantSpecOnlyLangAndReg()
      • testGetVariantSpecMissing

        public void testGetVariantSpecMissing()
      • testGetLanguageSpecNull

        public void testGetLanguageSpecNull()
      • testGetRegionSpecNull

        public void testGetRegionSpecNull()
      • testGetVariantSpecNull

        public void testGetVariantSpecNull()
      • testGetLanguagePartsNull

        public void testGetLanguagePartsNull()
      • testGetRegionPartsNull

        public void testGetRegionPartsNull()
      • testGetScriptPartsNull

        public void testGetScriptPartsNull()
      • testGetVariantPartsNull

        public void testGetVariantPartsNull()
      • testGetLanguageOldISOCodes1

        public void testGetLanguageOldISOCodes1()
      • testGetLanguageOldISOCodes2

        public void testGetLanguageOldISOCodes2()
      • testGetLanguageOldISOCodes3

        public void testGetLanguageOldISOCodes3()
      • testIsPseudoTrue

        public void testIsPseudoTrue()
      • testIsPseudoFalse

        public void testIsPseudoFalse()
      • testGetSpec

        public void testGetSpec()
      • testGetSpecPartsMissing

        public void testGetSpecPartsMissing()
      • testGetSpecNoVariant

        public void testGetSpecNoVariant()
      • testGetSpecRearrange

        public void testGetSpecRearrange()
      • testEquals

        public void testEquals()
      • testEqualsSymmetric

        public void testEqualsSymmetric()
      • testNotEquals

        public void testNotEquals()
      • testNotEqualsClose

        public void testNotEqualsClose()
      • testEqualsNull

        public void testEqualsNull()
      • testEqualsMissingParts

        public void testEqualsMissingParts()
      • testEqualsBothMissingParts

        public void testEqualsBothMissingParts()
      • testIsCompatibleWithSelf

        public void testIsCompatibleWithSelf()
      • testIsCompatibleWithEqual

        public void testIsCompatibleWithEqual()
      • testIsCompatibleWithParentWithRegion

        public void testIsCompatibleWithParentWithRegion()
      • testIsCompatibleWithParentWithLanguage

        public void testIsCompatibleWithParentWithLanguage()
      • testIsCompatibleWithParentWithRoot

        public void testIsCompatibleWithParentWithRoot()
      • testIsCompatibleWithGrandFather

        public void testIsCompatibleWithGrandFather()
      • testIsCompatibleWithGreatGrandFather2

        public void testIsCompatibleWithGreatGrandFather2()
      • testIsCompatibleWithGreatGrandFather

        public void testIsCompatibleWithGreatGrandFather()
      • testIsCompatibleWithGrandFather3

        public void testIsCompatibleWithGrandFather3()
      • testIsCompatibleWithCousinVariant

        public void testIsCompatibleWithCousinVariant()
      • testGetJavaLocale

        public void testGetJavaLocale()