Package de.hybris.platform.util
Class OneToManyHandlerTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.util.OneToManyHandlerTest
- All Implemented Interfaces:
JaloSessionHolder
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
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()
-