Class TransactionBatchTestCase

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

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

    • TransactionBatchTestCase

      public TransactionBatchTestCase()
  • Method Details

    • destroy

      @AfterEach public void destroy()
    • init

      @BeforeEach public void init()
    • nestedBatch

      @Test public void nestedBatch() throws Exception
      Throws:
      Exception
    • illegalCurrentTransaction

      @Test public void illegalCurrentTransaction() throws Exception
      Throws:
      Exception
    • close

      @Test public void close() throws Exception
      Throws:
      Exception
    • discard

      @Test public void discard() throws Exception
      Throws:
      Exception
    • closeNested

      @Test public void closeNested() throws Exception
      Throws:
      Exception
    • discardNestedInner

      @Test public void discardNestedInner() throws Exception
      Throws:
      Exception
    • discardNestedOuter

      @Test public void discardNestedOuter() throws Exception
      Throws:
      Exception
    • closeOverlapping

      @Test public void closeOverlapping() throws Exception
      Throws:
      Exception
    • discardOverlapping

      @Test public void discardOverlapping() 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