@UnitTest public class DefaultPersistHookExecutorUnitTest extends java.lang.Object
| Constructor and Description |
|---|
DefaultPersistHookExecutorUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testExceptionThrownInsidePostPersistHook() |
void |
testIgnoresEmptyPostPersistHookName() |
void |
testIgnoresEmptyPrePersistHookName() |
void |
testIgnoresNullPostPersistHookName() |
void |
testIgnoresNullPrePersistHookName() |
void |
testPrePersistHooksExceptionIncludesHookNameInMessage() |
void |
testRunPostPersistHook() |
void |
testRunPrePersistHookExecutes() |
public void testRunPrePersistHookExecutes()
public void testPrePersistHooksExceptionIncludesHookNameInMessage()
public void testRunPostPersistHook()
public void testExceptionThrownInsidePostPersistHook()
public void testIgnoresNullPrePersistHookName()
public void testIgnoresEmptyPrePersistHookName()
public void testIgnoresNullPostPersistHookName()
public void testIgnoresEmptyPostPersistHookName()
Copyright © 2018 SAP SE. All Rights Reserved.