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 SapcoretestSpringJUnitTest
Base test class for sapcore junit test in the hybris environment without starting the server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DefaultGenericFactoryGeneric Factory.protected SAPHybrisSessionProviderSAP Hybris session provider. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DefaultGenericFactoryGetter 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 Details
-
sapHybrisSessionProvider
SAP Hybris session provider. -
genericFactory
Generic Factory.
-
-
Constructor Details
-
SapcoreSpringJUnitTest
public SapcoreSpringJUnitTest()
-
-
Method Details
-
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
-