Package de.hybris.platform.util
Class OneToManyHandlerTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.util.OneToManyHandlerTest
-
- All Implemented Interfaces:
JaloSessionHolder
public class OneToManyHandlerTest extends HybrisJUnit4Test
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description OneToManyHandlerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafter()voidshouldGetPositionFromGetNextOrderNumberQuery()voidshouldGetPositionFromGetNextOrderNumberQueryWhenPropertySetToSync()voidshouldLeavePositionNullWhenPropertySetToAlways()voidshouldLeavePositionNullWhenPropertySetToAlwaysWithNoRelationCode()voidshouldLeavePositionNullWhenPropertySetToSyncAndInSync()voidshouldLeavePositionNullWhenPropertySetToSyncAndInSyncWithNoRelationCode()-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
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()
-
-