Class TransactionBatchTestCase

java.lang.Object
org.wildfly.clustering.cache.infinispan.batch.TransactionBatchTestCase

public class TransactionBatchTestCase extends Object
Unit test for TransactionBatch.
Author:
Paul Ferraro
  • Constructor Details

    • TransactionBatchTestCase

      public TransactionBatchTestCase()
  • Method Details

    • destroy

      @AfterEach public void destroy()
    • createExistingActiveBatch

      @Test public void createExistingActiveBatch() throws Exception
      Throws:
      Exception
    • createExistingClosedBatch

      @Test public void createExistingClosedBatch() throws Exception
      Throws:
      Exception
    • createBatchClose

      @Test public void createBatchClose() throws Exception
      Throws:
      Exception
    • createBatchDiscard

      @Test public void createBatchDiscard() throws Exception
      Throws:
      Exception
    • createNestedBatchClose

      @Test public void createNestedBatchClose() throws Exception
      Throws:
      Exception
    • createNestedBatchDiscard

      @Test public void createNestedBatchDiscard() throws Exception
      Throws:
      Exception
    • createOverlappingBatchClose

      @Test public void createOverlappingBatchClose() throws Exception
      Throws:
      Exception
    • createOverlappingBatchDiscard

      @Test public void createOverlappingBatchDiscard() throws Exception
      Throws:
      Exception
    • suspendClosed

      @Test public void suspendClosed() throws Exception
      Throws:
      Exception
    • suspendResume

      @Test public void suspendResume() throws Exception
      Throws:
      Exception
    • suspendResumeClosed

      @Test public void suspendResumeClosed() throws Exception
      Throws:
      Exception
    • suspendActiveResume

      @Test public void suspendActiveResume() throws Exception
      Throws:
      Exception