Class BaseTest

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

@Rollback @ContextHierarchy(@ContextConfiguration(name="commonRoot",locations={"classpath*:/blc-config/admin/bl-*-applicationContext.xml","classpath*:/blc-config/site/bl-*-applicationContext.xml","classpath:bl-applicationContext-test-security.xml","classpath:bl-applicationContext-test.xml"})) @WebAppConfiguration @TestExecutionListeners(org.springframework.test.context.transaction.TransactionalTestExecutionListener.class) @Deprecated public abstract class BaseTest extends org.springframework.test.context.testng.AbstractTestNGSpringContextTests
Author:
Phillip Verheyden (phillipuniverse)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected jakarta.persistence.EntityManager
    Deprecated.
     

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

    applicationContext, logger
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.context.ApplicationContext
    Deprecated.
     

    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

    • em

      protected jakarta.persistence.EntityManager em
      Deprecated.
  • Constructor Details

    • BaseTest

      public BaseTest()
      Deprecated.
  • Method Details

    • getContext

      protected org.springframework.context.ApplicationContext getContext()
      Deprecated.