Class ModuleResourceAccessTest
java.lang.Object
de.hybris.platform.sap.core.test.SapcoretestSpringJUnitTest
de.hybris.platform.sap.core.test.SapcoreSpringJUnitTest
de.hybris.platform.sap.core.module.impl.ModuleResourceAccessTest
@UnitTest
@ContextConfiguration(locations="ModuleResourceAccessTest-spring.xml")
public class ModuleResourceAccessTest
extends SapcoreSpringJUnitTest
Test for module configuration access.
-
Field Summary
Fields inherited from class de.hybris.platform.sap.core.test.SapcoreSpringJUnitTest
genericFactory, sapHybrisSessionProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest retrieving of text with resource key.voidTest retrieving of text with resource key.voidTest retrieving of text with resource key.voidTest retrieving of text with resource key and arguments.voidTest retrieving of text with resource key.voidTest retrieving of text with resource key.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
-
ModuleResourceAccessTest
public ModuleResourceAccessTest()
-
-
Method Details
-
testGetStringWithResourceKey
public void testGetStringWithResourceKey()Test retrieving of text with resource key. -
testGetStringWithResourceKeyAndArguments
public void testGetStringWithResourceKeyAndArguments()Test retrieving of text with resource key and arguments. -
testGetStringWithResourceKeyAndLocale
public void testGetStringWithResourceKeyAndLocale()Test retrieving of text with resource key. -
testGetStringWithResourceKeyAndLocaleAndArguments
public void testGetStringWithResourceKeyAndLocaleAndArguments()Test retrieving of text with resource key. -
testGetStringWithNotExistingResourceKey
public void testGetStringWithNotExistingResourceKey()Test retrieving of text with resource key. -
testGetStringWithNotExistingModuleId
public void testGetStringWithNotExistingModuleId()Test retrieving of text with resource key.
-