Class DefaultConfigurationPropertyAccessTest
java.lang.Object
de.hybris.platform.sap.core.test.SapcoretestSpringJUnitTest
de.hybris.platform.sap.core.test.SapcoreSpringJUnitTest
de.hybris.platform.sap.core.configuration.impl.DefaultConfigurationPropertyAccessTest
@UnitTest
@ContextConfiguration(locations="DefaultConfigurationPropertyAccessTest-spring.xml")
public class DefaultConfigurationPropertyAccessTest
extends SapcoreSpringJUnitTest
DefaultGlobalConfigurationManager test.
-
Field Summary
Fields inherited from class de.hybris.platform.sap.core.test.SapcoreSpringJUnitTest
genericFactory, sapHybrisSessionProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests if all properties are available.voidTests if all property access collections are available with the correct properties.voidTests if all property accesses are available with the correct properties.Methods inherited from class de.hybris.platform.sap.core.test.SapcoreSpringJUnitTest
getGenericFactory, setUp, tearDownMethods inherited from class de.hybris.platform.sap.core.test.SapcoretestSpringJUnitTest
getApplicationContext
-
Constructor Details
-
DefaultConfigurationPropertyAccessTest
public DefaultConfigurationPropertyAccessTest()
-
-
Method Details
-
testProperties
public void testProperties()Tests if all properties are available. -
testPropertyAccesses
public void testPropertyAccesses()Tests if all property accesses are available with the correct properties. -
testPropertyAccessCollections
public void testPropertyAccessCollections()Tests if all property access collections are available with the correct properties.
-