Class ChineseNameWithTitleFormatStrategyTest
- java.lang.Object
-
- de.hybris.platform.addressservices.strategies.impl.ChineseNameWithTitleFormatStrategyTest
-
@UnitTest public class ChineseNameWithTitleFormatStrategyTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ChineseNameWithTitleFormatStrategyTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestGetFullnameParamWithFullNameAndCNIsoCodeAndNonReverentTitle()voidtestGetFullnameParamWithFullNameAndEnIsoCodeAndReverentTitle()voidtestGetFullnameWithCNNameAndCNIsocodeAndReverentTitle()voidtestGetFullnameWithTitleForISOCodeWithCNNameAndCNIsocodeAndNonreverentTitle()voidtestGetFullnameWithTitleForISOCodeWithEngNameAndCNIsocodeAndReverentTitle()voidtestGetFullnameWithTitleForISOCodeWithEngNameAndEnIsocodeAndNonreverentTitle()voidtestGetFullnameWithTitleForISOCodeWithFirstAndLastNameNull()voidtestTitleIsReverent()voidtestTitleNotReverent()voidtestWithChineseName()voidtestWithNonChineseName()
-
-
-
Method Detail
-
setup
public void setup()
-
testGetFullnameWithTitleForISOCodeWithFirstAndLastNameNull
public void testGetFullnameWithTitleForISOCodeWithFirstAndLastNameNull()
-
testGetFullnameWithCNNameAndCNIsocodeAndReverentTitle
public void testGetFullnameWithCNNameAndCNIsocodeAndReverentTitle()
-
testGetFullnameWithTitleForISOCodeWithCNNameAndCNIsocodeAndNonreverentTitle
public void testGetFullnameWithTitleForISOCodeWithCNNameAndCNIsocodeAndNonreverentTitle()
-
testGetFullnameWithTitleForISOCodeWithEngNameAndCNIsocodeAndReverentTitle
public void testGetFullnameWithTitleForISOCodeWithEngNameAndCNIsocodeAndReverentTitle()
-
testGetFullnameWithTitleForISOCodeWithEngNameAndEnIsocodeAndNonreverentTitle
public void testGetFullnameWithTitleForISOCodeWithEngNameAndEnIsocodeAndNonreverentTitle()
-
testGetFullnameParamWithFullNameAndEnIsoCodeAndReverentTitle
public void testGetFullnameParamWithFullNameAndEnIsoCodeAndReverentTitle()
-
testGetFullnameParamWithFullNameAndCNIsoCodeAndNonReverentTitle
public void testGetFullnameParamWithFullNameAndCNIsoCodeAndNonReverentTitle()
-
testWithChineseName
public void testWithChineseName()
-
testWithNonChineseName
public void testWithNonChineseName()
-
testTitleIsReverent
public void testTitleIsReverent()
-
testTitleNotReverent
public void testTitleNotReverent()
-
-