Class DefaultSourceRuleInspectorIT
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.ServicelayerTest
-
- de.hybris.platform.servicelayer.ServicelayerTransactionalTest
-
- de.hybris.platform.ruleengineservices.rule.services.impl.DefaultSourceRuleInspectorIT
-
- All Implemented Interfaces:
JaloSessionHolder
@IntegrationTest public class DefaultSourceRuleInspectorIT extends ServicelayerTransactionalTest
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PRODUCT_FIXED_PRICE_SOURCE_RULE
-
Fields inherited from class de.hybris.platform.servicelayer.ServicelayerTest
importService
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description DefaultSourceRuleInspectorIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
shouldConfirmThatActionIsDefined()
void
shouldConfirmThatConditionIsDefined()
void
shouldConfirmThatConditionIsDefinedInConditionsTree()
void
shouldDenyThatActionIsDefined()
void
shouldDenyThatConditionIsDefinedInConditionsTree()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerTest
createCoreData, createDefaultCatalog, createDefaultUsers, createHardwareCatalog, getApplicationContext, importCsv, importData, importData, importData, importStream, importStream, isPrefetchModeNone
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-
-
-
Field Detail
-
PRODUCT_FIXED_PRICE_SOURCE_RULE
public static final java.lang.String PRODUCT_FIXED_PRICE_SOURCE_RULE
- See Also:
- Constant Field Values
-
-
Method Detail
-
setUp
public void setUp() throws ImpExException
- Throws:
ImpExException
-
shouldConfirmThatConditionIsDefined
public void shouldConfirmThatConditionIsDefined() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldConfirmThatConditionIsDefinedInConditionsTree
public void shouldConfirmThatConditionIsDefinedInConditionsTree() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldDenyThatConditionIsDefinedInConditionsTree
public void shouldDenyThatConditionIsDefinedInConditionsTree() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldConfirmThatActionIsDefined
public void shouldConfirmThatActionIsDefined() throws java.lang.Exception
- Throws:
java.lang.Exception
-
shouldDenyThatActionIsDefined
public void shouldDenyThatActionIsDefined() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-