Class DefaultPersistenceHookRegistryUnitTest
java.lang.Object
de.hybris.platform.odata2services.odata.persistence.hook.impl.DefaultPersistenceHookRegistryUnitTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetUp()voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
DefaultPersistenceHookRegistryUnitTest
public DefaultPersistenceHookRegistryUnitTest()
-
-
Method Details
-
setUp
public void setUp() -
testSetApplicationContext
public void testSetApplicationContext() -
testGetPrePersistHookIgnoresNullNames
public void testGetPrePersistHookIgnoresNullNames() -
testGetPrePersistHookIgnoresEmptyNames
public void testGetPrePersistHookIgnoresEmptyNames() -
testGetPrePersistHookReturnsNoHookWhenPrePersistHookNameIsNull
public void testGetPrePersistHookReturnsNoHookWhenPrePersistHookNameIsNull() -
testGetPrePersistHookReturnsNoHookWhenHookWithTheContextNameNotFound
public void testGetPrePersistHookReturnsNoHookWhenHookWithTheContextNameNotFound() -
testGetPrePersistHookReturnsHookWhenHookWithTheContextNameFound
public void testGetPrePersistHookReturnsHookWhenHookWithTheContextNameFound() -
testGetPostPersistHookIgnoresNullNames
public void testGetPostPersistHookIgnoresNullNames() -
testGetPostPersistHookIgnoresEmptyNames
public void testGetPostPersistHookIgnoresEmptyNames() -
testGetPostPersistHookReturnsNoHookWhenPostPersistHookNameIsNull
public void testGetPostPersistHookReturnsNoHookWhenPostPersistHookNameIsNull() -
testGetPostPersistHookReturnsNoHookWhenHookWithTheContextNameNotFound
public void testGetPostPersistHookReturnsNoHookWhenHookWithTheContextNameNotFound() -
testGetPostPersistHookReturnsHookWhenHookWithTheContextNameFound
public void testGetPostPersistHookReturnsHookWhenHookWithTheContextNameFound() -
testPrePersistHookDoesNotExist
public void testPrePersistHookDoesNotExist() -
testPostPersistHookDoesNotExist
public void testPostPersistHookDoesNotExist() -
testAddPerPersistHook
public void testAddPerPersistHook() -
testAddPostPersistHook
public void testAddPostPersistHook()
-