Class DefaultDestinationTargetServiceTest
- java.lang.Object
-
- de.hybris.platform.apiregistryservices.services.impl.DefaultDestinationTargetServiceTest
-
@UnitTest public class DefaultDestinationTargetServiceTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DefaultDestinationTargetServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
testDeregisterAndDeleteDestinationTargetWoChannel()
void
testDeregisterAndDeleteNonTemplateDestinationTarget()
void
testDeregisterAndDeleteTemplateDestinationTarget()
void
testDeregisterAndDeleteTemplateDestinationTargetWoChannel()
-
-
-
Method Detail
-
setup
public void setup() throws ImpExException, ApiRegistrationException
-
testDeregisterAndDeleteTemplateDestinationTarget
public void testDeregisterAndDeleteTemplateDestinationTarget() throws ApiRegistrationException, DeleteDestinationTargetNotPossibleException
-
testDeregisterAndDeleteNonTemplateDestinationTarget
public void testDeregisterAndDeleteNonTemplateDestinationTarget() throws ApiRegistrationException, DeleteDestinationTargetNotPossibleException
-
testDeregisterAndDeleteDestinationTargetWoChannel
public void testDeregisterAndDeleteDestinationTargetWoChannel() throws ApiRegistrationException, DeleteDestinationTargetNotPossibleException
-
testDeregisterAndDeleteTemplateDestinationTargetWoChannel
public void testDeregisterAndDeleteTemplateDestinationTargetWoChannel() throws ApiRegistrationException, DeleteDestinationTargetNotPossibleException
-
-