Class DefaultRelationsCacheUnitTest

java.lang.Object
de.hybris.platform.cache.relation.DefaultRelationsCacheUnitTest

@UnitTest public class DefaultRelationsCacheUnitTest extends Object
  • 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()