Class DefaultABTestServiceTest
java.lang.Object
de.hybris.platform.cms2.servicelayer.services.impl.DefaultABTestServiceTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultABTestServiceTest
public DefaultABTestServiceTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
shouldReturnNullWhenSimpleCMSComponentsAreNull
public void shouldReturnNullWhenSimpleCMSComponentsAreNull() -
shouldReturnNullWhenSimpleCMSComponentsAreEmpty
public void shouldReturnNullWhenSimpleCMSComponentsAreEmpty() -
shouldReturnComponentWithoutTouchingSessionWhenScopeIsRequest
public void shouldReturnComponentWithoutTouchingSessionWhenScopeIsRequest() -
shouldReturnComponentWithTouchingSessionWhenScopeIsSession
public void shouldReturnComponentWithTouchingSessionWhenScopeIsSession() -
shouldReturnZeroIndexComponentWithoutTouchingSessionWhenScopeIsNull
public void shouldReturnZeroIndexComponentWithoutTouchingSessionWhenScopeIsNull() -
shouldReturnSingleElementCollectionWhenRandomComponentHasBeenFound
public void shouldReturnSingleElementCollectionWhenRandomComponentHasBeenFound() -
shouldReturnEmptyCollectionWhenRandomComponentHasBeenNotFound
public void shouldReturnEmptyCollectionWhenRandomComponentHasBeenNotFound()
-