Class OneToManyHandlerTest

java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.util.OneToManyHandlerTest
All Implemented Interfaces:
JaloSessionHolder

@UnitTest public class OneToManyHandlerTest extends HybrisJUnit4Test
  • Constructor Details

    • OneToManyHandlerTest

      public OneToManyHandlerTest()
  • Method Details

    • after

      public void after()
    • shouldGetPositionFromGetNextOrderNumberQuery

      public void shouldGetPositionFromGetNextOrderNumberQuery()
    • shouldLeavePositionNullWhenPropertySetToAlways

      public void shouldLeavePositionNullWhenPropertySetToAlways()
    • shouldGetPositionFromGetNextOrderNumberQueryWhenPropertySetToSync

      public void shouldGetPositionFromGetNextOrderNumberQueryWhenPropertySetToSync()
    • shouldLeavePositionNullWhenPropertySetToSyncAndInSync

      public void shouldLeavePositionNullWhenPropertySetToSyncAndInSync()
    • shouldLeavePositionNullWhenPropertySetToAlwaysWithNoRelationCode

      public void shouldLeavePositionNullWhenPropertySetToAlwaysWithNoRelationCode()
    • shouldLeavePositionNullWhenPropertySetToSyncAndInSyncWithNoRelationCode

      public void shouldLeavePositionNullWhenPropertySetToSyncAndInSyncWithNoRelationCode()
    • shouldGetPositionFromGetNextOrderNumberQueryWhenPropertyIsInvalidAndNoValueProvided

      public void shouldGetPositionFromGetNextOrderNumberQueryWhenPropertyIsInvalidAndNoValueProvided()
    • shouldUsePositionFromAttributesWhenPropertyIsInvalidAndValueIsProvided

      public void shouldUsePositionFromAttributesWhenPropertyIsInvalidAndValueIsProvided()