Class DefaultSmarteditConfigurationFacadeTest
- java.lang.Object
-
- de.hybris.platform.smarteditwebservices.configuration.facade.impl.DefaultSmarteditConfigurationFacadeTest
-
@UnitTest public class DefaultSmarteditConfigurationFacadeTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultSmarteditConfigurationFacadeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConfigurationDatabuildConfiguraitonData(SmarteditConfigurationModel configurationModel)voidfindByDefaultConfigurationKey_will_return_configuration_data()voidsetup()voidtestCreate()voidtestCreateDuplicate()voidtestDelete()voidtestDeleteNotFound()voidtestLoadAll()voidtestUpdate()voidtestUpdateNotFound()
-
-
-
Method Detail
-
setup
public void setup() throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException- Throws:
java.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessException
-
testLoadAll
public void testLoadAll()
-
buildConfiguraitonData
protected ConfigurationData buildConfiguraitonData(SmarteditConfigurationModel configurationModel)
-
testCreate
public void testCreate() throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException- Throws:
java.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessException
-
testCreateDuplicate
public void testCreateDuplicate() throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException- Throws:
java.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessException
-
testUpdate
public void testUpdate() throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException- Throws:
java.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessException
-
testUpdateNotFound
public void testUpdateNotFound() throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException- Throws:
java.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessException
-
testDelete
public void testDelete()
-
testDeleteNotFound
public void testDeleteNotFound() throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException- Throws:
java.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessException
-
findByDefaultConfigurationKey_will_return_configuration_data
public void findByDefaultConfigurationKey_will_return_configuration_data() throws java.lang.Exception- Throws:
java.lang.Exception
-
-