Package de.hybris.platform.servicelayer
Class ServicelayerBaseTestLogic
- java.lang.Object
-
- de.hybris.platform.servicelayer.ServicelayerBaseTestLogic
-
public class ServicelayerBaseTestLogic extends java.lang.ObjectThis class holds common logic used in Servicelayer Base Tests
-
-
Constructor Summary
Constructors Constructor Description ServicelayerBaseTestLogic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidautowireProperties(org.springframework.context.ApplicationContext applicationContext, java.lang.Object test)org.springframework.context.ApplicationContextgetApplicationContext()protected java.lang.StringgetBeanName(javax.annotation.Resource resource, java.lang.reflect.Field field)voidprepareApplicationContextAndSession(java.lang.Object test)
-
-
-
Method Detail
-
prepareApplicationContextAndSession
public void prepareApplicationContextAndSession(java.lang.Object test) throws java.lang.Exception- Throws:
java.lang.Exception
-
autowireProperties
protected void autowireProperties(org.springframework.context.ApplicationContext applicationContext, java.lang.Object test)
-
getBeanName
protected java.lang.String getBeanName(javax.annotation.Resource resource, java.lang.reflect.Field field)
-
getApplicationContext
public org.springframework.context.ApplicationContext getApplicationContext()
-
-