Class DefaultConfigurationServiceTest
- java.lang.Object
-
- de.hybris.platform.smarteditwebservices.configuration.service.impl.DefaultConfigurationServiceTest
-
@UnitTest public class DefaultConfigurationServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultConfigurationServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetup()voidtestCreate()voidtestCreateDuplicate()voidtestDelete()voidtestDeleteNotFound()voidtestLoadAll()voidtestUpdate()voidtestUpdateNotFound()
-
-
-
Method Detail
-
setup
public void setup()
-
testLoadAll
public void testLoadAll() throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException- Throws:
java.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessException
-
testDelete
public void testDelete() throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException- Throws:
java.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessException
-
testDeleteNotFound
public void testDeleteNotFound() throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException- Throws:
java.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessException
-
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
-
-