Package de.hybris.platform.sap.core.test
Class SapcoreSpringJUnitTest
- java.lang.Object
-
- de.hybris.platform.sap.core.test.SapcoretestSpringJUnitTest
-
- de.hybris.platform.sap.core.test.SapcoreSpringJUnitTest
-
- Direct Known Subclasses:
DefaultCarDataProviderServiceTest,DefaultCarOrderHistoryExtractorServiceTest,DefaultCarOrderHistoryServiceTest,DefaultConfigurationPropertyAccessTest,DefaultConnectionServiceTest,DefaultGenericFactoryTest,DefaultGlobalConfigurationManagerTest,DefaultHTTPDestinationServiceTest,DefaultMultichannelDataProviderServiceTest,DefaultMultichannelOrderHistoryExtractorServiceTest,DefaultMultichannelOrderHistoryServiceTest,DefaultRFCDestinationServiceTest,DefaultSAPGlobalConfigurationServiceTest,GenericPopulatorConfigurerTest,MessageTest,ModuleConfigurationAccessTest,ModuleResourceAccessTest,SapcoreconfigurationSpringJUnitTest,SapcoreJCoJUnitTest
@ContextConfiguration(locations={"classpath:sapcore-spring.xml","classpath:sapcore-configuration-spring.xml","classpath:sapcore-test-spring.xml"}) public abstract class SapcoreSpringJUnitTest extends SapcoretestSpringJUnitTestBase test class for sapcore junit test in the hybris environment without starting the server.
-
-
Field Summary
Fields Modifier and Type Field Description protected DefaultGenericFactorygenericFactoryGeneric Factory.protected SAPHybrisSessionProvidersapHybrisSessionProviderSAP Hybris session provider.
-
Constructor Summary
Constructors Constructor Description SapcoreSpringJUnitTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DefaultGenericFactorygetGenericFactory()Getter for generic factory.voidsetUp()Standard test setUp method.voidtearDown()Standard test tearDown method.-
Methods inherited from class de.hybris.platform.sap.core.test.SapcoretestSpringJUnitTest
getApplicationContext
-
-
-
-
Field Detail
-
sapHybrisSessionProvider
protected SAPHybrisSessionProvider sapHybrisSessionProvider
SAP Hybris session provider.
-
genericFactory
protected DefaultGenericFactory genericFactory
Generic Factory.
-
-
Method Detail
-
getGenericFactory
protected DefaultGenericFactory getGenericFactory()
Getter for generic factory.- Returns:
- the genericFactory
-
setUp
public void setUp()
Description copied from class:SapcoretestSpringJUnitTestStandard test setUp method.- Overrides:
setUpin classSapcoretestSpringJUnitTest
-
tearDown
public void tearDown()
Description copied from class:SapcoretestSpringJUnitTestStandard test tearDown method.- Overrides:
tearDownin classSapcoretestSpringJUnitTest
-
-