Class AbstractOptimisticLockingIntegrationTest

All Implemented Interfaces:
JaloSessionHolder
Direct Known Subclasses:
PolyglotOptimisticLockingIntegrationTest

public abstract class AbstractOptimisticLockingIntegrationTest extends ServicelayerBaseTest
  • Field Details

  • Constructor Details

    • AbstractOptimisticLockingIntegrationTest

      public AbstractOptimisticLockingIntegrationTest()
  • Method Details

    • setUp

      public void setUp()
    • tearDown

      public void tearDown()
    • createTestModelWithCodeAndIntegerAttrProperty

      protected abstract ItemModel createTestModelWithCodeAndIntegerAttrProperty(String code)
    • updateAndAssertItemInManyThreadsRetryingOperationOnConcurrentModificationException

      protected void updateAndAssertItemInManyThreadsRetryingOperationOnConcurrentModificationException(boolean withThreadSetting, PK pk)
    • getTestTimeout

      protected long getTestTimeout()
    • verifyResult

      protected abstract void verifyResult(ItemModel testModel)
    • runTestService

      protected abstract void runTestService(PK testModelPk)