Package de.hybris.platform.spring.ctx
Class WebScopeTenantIgnoreDocReaderTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.spring.ctx.ScopeTenantIgnoreDocReaderTest
de.hybris.platform.spring.ctx.CoreScopeTenantIgnoreDocReaderTest
de.hybris.platform.spring.ctx.WebScopeTenantIgnoreDocReaderTest
- All Implemented Interfaces:
JaloSessionHolder
| core flag | web flag | method |
|---|---|---|
| null | null | testCreationWhenCoreNoFlagWebNoFlag() |
| false | null | testCreationWhenCoreFalseWebNoFlag() |
| true | null | testCreationWhenCoreTrueWebNoFlag() |
| null | false | testCreationWhenCoreNoFlagWebFalse() |
| false | false | testCreationWhenCoreFalseWebFalse() |
| true | false | testCreationWhenCoreTrueWebFalse() |
| null | true | testCreationWhenCoreNoFlagWebTrue() |
| false | true | testCreationWhenCoreFalseWebTrue() |
| true | true | testCreationWhenCoreTrueWebTrue() |
tests web and core lazy init flag
-
Field Summary
FieldsFields inherited from class de.hybris.platform.spring.ctx.CoreScopeTenantIgnoreDocReaderTest
coreflagBefore, UNDFINEDFields inherited from class de.hybris.platform.spring.ctx.ScopeTenantIgnoreDocReaderTest
LAZY_INIT_DEFAULT_BEAN, LAZY_INIT_FALSE_BEAN, LAZY_INIT_TRUE_BEANFields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoBefore()protected Class<? extends ScopeTenantIgnoreDocReader>voidvoidvoidvoidvoidglobal flag for core lazy-init is falsevoidglobal flag for core lazy-init is truevoidglobal flag for core lazy-init is emptyvoidvoidvoidvoidvoidvoidvoidMethods inherited from class de.hybris.platform.spring.ctx.ScopeTenantIgnoreDocReaderTest
assertBeanCreated, assertBeanNotCreated, doAfter, prepareMethods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Field Details
-
webflagBefore
-
-
Constructor Details
-
WebScopeTenantIgnoreDocReaderTest
public WebScopeTenantIgnoreDocReaderTest()
-
-
Method Details
-
getDocReaderClass
- Overrides:
getDocReaderClassin classCoreScopeTenantIgnoreDocReaderTest
-
doBefore
public void doBefore()- Overrides:
doBeforein classCoreScopeTenantIgnoreDocReaderTest
-
unprepare
public void unprepare()- Overrides:
unpreparein classCoreScopeTenantIgnoreDocReaderTest
-
testCreationWhenCoreNoFlagWebNoFlag
public void testCreationWhenCoreNoFlagWebNoFlag() -
testCreationWhenCoreTrueWebNoFlag
public void testCreationWhenCoreTrueWebNoFlag() -
testCreationWhenCoreFalseWebNoFlag
public void testCreationWhenCoreFalseWebNoFlag() -
testCreationWhenCoreNoFlagWebFalse
public void testCreationWhenCoreNoFlagWebFalse() -
testCreationWhenCoreFalseWebFalse
public void testCreationWhenCoreFalseWebFalse() -
testCreationWhenCoreTrueWebFalse
public void testCreationWhenCoreTrueWebFalse() -
testCreationWhenCoreNoFlagWebTrue
public void testCreationWhenCoreNoFlagWebTrue() -
testCreationWhenCoreFalseWebTrue
public void testCreationWhenCoreFalseWebTrue() -
testCreationWhenCoreTrueWebTrue
public void testCreationWhenCoreTrueWebTrue() -
testCreation
public void testCreation()- Overrides:
testCreationin classCoreScopeTenantIgnoreDocReaderTest
-
testCreationWhenCoreFlagFalse
public void testCreationWhenCoreFlagFalse()Description copied from class:CoreScopeTenantIgnoreDocReaderTestglobal flag for core lazy-init is false- Overrides:
testCreationWhenCoreFlagFalsein classCoreScopeTenantIgnoreDocReaderTest
-
testCreationWhenCoreFlagTrue
public void testCreationWhenCoreFlagTrue()Description copied from class:CoreScopeTenantIgnoreDocReaderTestglobal flag for core lazy-init is true- Overrides:
testCreationWhenCoreFlagTruein classCoreScopeTenantIgnoreDocReaderTest
-
testCreationWhenCoreNoFlag
public void testCreationWhenCoreNoFlag()Description copied from class:CoreScopeTenantIgnoreDocReaderTestglobal flag for core lazy-init is empty- Overrides:
testCreationWhenCoreNoFlagin classCoreScopeTenantIgnoreDocReaderTest
-