Class IdGenerationTest
java.lang.Object
org.springframework.test.context.testng.AbstractTestNGSpringContextTests
org.broadleafcommerce.test.TestNGSiteIntegrationSetup
org.broadleafcommerce.profile.web.core.service.IdGenerationTest
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware,org.testng.IHookable,org.testng.ITestNGListener
-
Field Summary
FieldsFields inherited from class org.broadleafcommerce.test.TestNGSiteIntegrationSetup
LOGFields inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
applicationContext, logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.broadleafcommerce.test.TestNGSiteIntegrationSetup
logStart, logWhenDone, reSetApplicationContextMethods inherited from class org.springframework.test.context.testng.AbstractTestNGSpringContextTests
run, setApplicationContext, springTestContextAfterTestClass, springTestContextAfterTestMethod, springTestContextBeforeTestClass, springTestContextBeforeTestMethod, springTestContextPrepareTestInstance
-
Field Details
-
em
protected jakarta.persistence.EntityManager em
-
-
Constructor Details
-
IdGenerationTest
public IdGenerationTest()
-
-
Method Details
-
createId
@Rollback(false) @Transactional public void createId() -
findIds
@Rollback(true) public void findIds() -
createIdForBeginEndSequence
@Rollback(false) @Transactional public void createIdForBeginEndSequence() -
findIdsForBeginEndSequence
@Rollback(true) public void findIdsForBeginEndSequence()
-