Class DefaultPersistHookRegistryUnitTest
- java.lang.Object
-
- de.hybris.platform.odata2services.odata.persistence.hook.impl.DefaultPersistHookRegistryUnitTest
-
@UnitTest public class DefaultPersistHookRegistryUnitTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultPersistHookRegistryUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestAddPerPersistHook()voidtestAddPostPersistHook()voidtestGetPostPersistHookIgnoresEmptyNames()voidtestGetPostPersistHookIgnoresNullNames()voidtestGetPrePersistHookIgnoresEmptyNames()voidtestGetPrePersistHookIgnoresNullNames()voidtestPostPersistHookDoesNotExist()voidtestPrePersistHookDoesNotExist()voidtestSetApplicationContext()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testSetApplicationContext
public void testSetApplicationContext()
-
testGetPrePersistHookIgnoresNullNames
public void testGetPrePersistHookIgnoresNullNames()
-
testGetPrePersistHookIgnoresEmptyNames
public void testGetPrePersistHookIgnoresEmptyNames()
-
testGetPostPersistHookIgnoresNullNames
public void testGetPostPersistHookIgnoresNullNames()
-
testGetPostPersistHookIgnoresEmptyNames
public void testGetPostPersistHookIgnoresEmptyNames()
-
testPrePersistHookDoesNotExist
public void testPrePersistHookDoesNotExist()
-
testPostPersistHookDoesNotExist
public void testPostPersistHookDoesNotExist()
-
testAddPerPersistHook
public void testAddPerPersistHook()
-
testAddPostPersistHook
public void testAddPostPersistHook()
-
-