Class RollbackTest

java.lang.Object
org.springframework.test.context.testng.AbstractTestNGSpringContextTests
org.broadleafcommerce.test.TestNGSiteIntegrationSetup
org.broadleafcommerce.common.workflow.RollbackTest
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.testng.IHookable, org.testng.ITestNGListener

public class RollbackTest extends TestNGSiteIntegrationSetup
Ensures that activities are rolled back in the correct order
Author:
Phillip Verheyden (phillipuniverse)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.broadleafcommerce.core.workflow.SequenceProcessor
     

    Fields inherited from class org.broadleafcommerce.test.TestNGSiteIntegrationSetup

    LOG

    Fields inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests

    applicationContext, logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.broadleafcommerce.test.TestNGSiteIntegrationSetup

    logStart, logWhenDone, reSetApplicationContext

    Methods inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests

    run, setApplicationContext, springTestContextAfterTestClass, springTestContextAfterTestMethod, springTestContextBeforeTestClass, springTestContextBeforeTestMethod, springTestContextPrepareTestInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • testRollbackWorkflow

      protected org.broadleafcommerce.core.workflow.SequenceProcessor testRollbackWorkflow
  • Constructor Details

    • RollbackTest

      public RollbackTest()
  • Method Details

    • testRollbackOrder

      public void testRollbackOrder()