Class BaseCustomerInventoryIntegrationTest
- 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.b2ctelcoservices.commons.BaseCustomerInventoryIntegrationTest
-
- All Implemented Interfaces:
de.hybris.platform.testframework.JaloSessionHolder
- Direct Known Subclasses:
DefaultPrincipalDaoIntegrationTest,DefaultTmaBillingAccountDaoIntegrationTest,DefaultTmaBillingAccountFacadeIntegrationTest,DefaultTmaBillingAccountServiceIntegrationTest,DefaultTmaSubscribedProductDaoIntegrationTest,DefaultTmaSubscribedProductFacadeIntegrationTest,DefaultTmaSubscribedProductServiceIntegrationTest,DefaultTmaSubscriptionAccessDaoIntegrationTest,DefaultTmaSubscriptionAccessFacadeIntegrationTest,DefaultTmaSubscriptionAccessServiceIntegrationTest,DefaultTmaSubscriptionBaseDaoIntegrationTest,DefaultTmaSubscriptionBaseFacadeTest,DefaultTmaSubscriptionBaseServiceIntegrationTest,TmaAverageServiceUsagePopulatorIntegrationTest
public class BaseCustomerInventoryIntegrationTest extends de.hybris.platform.servicelayer.ServicelayerTransactionalTest
-
-
Field Summary
Fields Modifier and Type Field Description protected static TmaAccessTypeACCESS_TYPEprotected static java.lang.StringBILLING_ACCOUNT_IDprotected static java.lang.StringBILLING_SUBSCRIPTION_IDprotected static java.lang.StringBILLING_SYSTEM_IDprotected static java.lang.StringCUSTOMER_UIDprotected static java.lang.StringNON_EXISTENT_IDprotected static java.lang.StringPSCV_VALUEprotected static java.lang.StringSUBSCRIBED_PRODUCT_IDprotected static java.lang.StringSUBSCRIBER_IDENTITYprotected static java.lang.StringSUBSCRIBER_IDENTITY_TESTprotected static java.lang.StringSUBSCRIBER_IDENTITY1protected static java.lang.StringSUBSCRIBER_IDENTITY2protected static java.lang.StringSUBSCRIBER_IDENTITY3protected static java.util.ArrayList<java.lang.String>SUBSCRIPTION_BASES
-
Constructor Summary
Constructors Constructor Description BaseCustomerInventoryIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()-
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
-
-
-
-
Field Detail
-
CUSTOMER_UID
protected static final java.lang.String CUSTOMER_UID
- See Also:
- Constant Field Values
-
BILLING_SYSTEM_ID
protected static final java.lang.String BILLING_SYSTEM_ID
- See Also:
- Constant Field Values
-
BILLING_SUBSCRIPTION_ID
protected static final java.lang.String BILLING_SUBSCRIPTION_ID
- See Also:
- Constant Field Values
-
SUBSCRIBER_IDENTITY
protected static final java.lang.String SUBSCRIBER_IDENTITY
- See Also:
- Constant Field Values
-
BILLING_ACCOUNT_ID
protected static final java.lang.String BILLING_ACCOUNT_ID
- See Also:
- Constant Field Values
-
NON_EXISTENT_ID
protected static final java.lang.String NON_EXISTENT_ID
- See Also:
- Constant Field Values
-
ACCESS_TYPE
protected static final TmaAccessType ACCESS_TYPE
-
SUBSCRIBED_PRODUCT_ID
protected static final java.lang.String SUBSCRIBED_PRODUCT_ID
- See Also:
- Constant Field Values
-
PSCV_VALUE
protected static final java.lang.String PSCV_VALUE
- See Also:
- Constant Field Values
-
SUBSCRIBER_IDENTITY_TEST
protected static final java.lang.String SUBSCRIBER_IDENTITY_TEST
- See Also:
- Constant Field Values
-
SUBSCRIPTION_BASES
protected static final java.util.ArrayList<java.lang.String> SUBSCRIPTION_BASES
-
SUBSCRIBER_IDENTITY1
protected static final java.lang.String SUBSCRIBER_IDENTITY1
- See Also:
- Constant Field Values
-
SUBSCRIBER_IDENTITY2
protected static final java.lang.String SUBSCRIBER_IDENTITY2
- See Also:
- Constant Field Values
-
SUBSCRIBER_IDENTITY3
protected static final java.lang.String SUBSCRIBER_IDENTITY3
- See Also:
- Constant Field Values
-
-