Class InitiativeUserSegmentsProviderTest
- java.lang.Object
-
- com.hybris.ymkt.personalization.segment.InitiativeUserSegmentsProviderTest
-
@UnitTest public class InitiativeUserSegmentsProviderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InitiativeUserSegmentsProviderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetUserSegment_AnonymousUserTest()voidgetUserSegment_ThrowExceptionReturnNullTest()voidgetUserSegment_userIsCustomerTest()voidgetUserSegment_UserIsNotCustomerTest()voidgetUserSegments_campaignDisabledTest()voidgetUserSegments_incognitoUserTrue()voidgetUserSegments_returnEmptyCollections()voidsegmentationDataConvertTest()voidsetUp()voidtearDown()
-
-
-
Method Detail
-
getUserSegment_AnonymousUserTest
public void getUserSegment_AnonymousUserTest() throws java.io.IOException- Throws:
java.io.IOException
-
getUserSegment_ThrowExceptionReturnNullTest
public void getUserSegment_ThrowExceptionReturnNullTest() throws java.io.IOException- Throws:
java.io.IOException
-
getUserSegment_userIsCustomerTest
public void getUserSegment_userIsCustomerTest() throws java.io.IOException- Throws:
java.io.IOException
-
getUserSegment_UserIsNotCustomerTest
public void getUserSegment_UserIsNotCustomerTest() throws java.io.IOException- Throws:
java.io.IOException
-
getUserSegments_campaignDisabledTest
public void getUserSegments_campaignDisabledTest()
-
getUserSegments_incognitoUserTrue
public void getUserSegments_incognitoUserTrue()
-
getUserSegments_returnEmptyCollections
public void getUserSegments_returnEmptyCollections()
-
segmentationDataConvertTest
public void segmentationDataConvertTest()
-
setUp
public void setUp() throws java.lang.Exception- Throws:
java.lang.Exception
-
tearDown
public void tearDown() throws java.lang.Exception- Throws:
java.lang.Exception
-
-