Class DefaultRelationsCacheUnitTest
java.lang.Object
de.hybris.platform.cache.relation.DefaultRelationsCacheUnitTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
DefaultRelationsCacheUnitTest
public DefaultRelationsCacheUnitTest()
-
-
Method Details
-
shouldReturnEmptyCollectionWhenThereAreNoRelationAttributes
public void shouldReturnEmptyCollectionWhenThereAreNoRelationAttributes() -
shouldReturnEmptyAttributesWhenThereAreNoRelationAttributes
public void shouldReturnEmptyAttributesWhenThereAreNoRelationAttributes() -
shouldReturnSingleElementCollectionWhenThereIsSingleRelationAttributes
public void shouldReturnSingleElementCollectionWhenThereIsSingleRelationAttributes() -
shouldReturnAttributesWhenThereIsSingleRelationAttributes
public void shouldReturnAttributesWhenThereIsSingleRelationAttributes() -
shouldReturnManyElementsCollectionWhenThereAreManyRelationAttributes
public void shouldReturnManyElementsCollectionWhenThereAreManyRelationAttributes() -
shouldThrowIllegalStateExceptionOnRetrievingSingleAttributesWhenThereAreManyRelationAttributes
public void shouldThrowIllegalStateExceptionOnRetrievingSingleAttributesWhenThereAreManyRelationAttributes()
-