Class PartOfModelRegisterForRemoveInterceptorAndItemIntegrationTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalBaseTest
-
- de.hybris.platform.servicelayer.interceptor.PartOfModelRegisterForRemoveInterceptorAndItemIntegrationTest
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class PartOfModelRegisterForRemoveInterceptorAndItemIntegrationTest extends ServicelayerTransactionalBaseTest
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description PartOfModelRegisterForRemoveInterceptorAndItemIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidanotherShouldNotDeleteDocumentTest()voidcleanUp()protected DocumentModelcreateTitleWithDocument()voidshouldDeleteDocumentTest()voidshouldNotDeleteDocumentTest()voidyetAnotherShouldNotDeleteDocumentTest()-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Method Detail
-
cleanUp
public void cleanUp()
-
shouldDeleteDocumentTest
public void shouldDeleteDocumentTest()
-
shouldNotDeleteDocumentTest
public void shouldNotDeleteDocumentTest()
-
anotherShouldNotDeleteDocumentTest
public void anotherShouldNotDeleteDocumentTest()
-
yetAnotherShouldNotDeleteDocumentTest
public void yetAnotherShouldNotDeleteDocumentTest()
-
createTitleWithDocument
protected DocumentModel createTitleWithDocument()
-
-