Class DefaultDestinationServiceTest
- java.lang.Object
-
- de.hybris.platform.apiregistryservices.services.impl.DefaultDestinationServiceTest
-
@UnitTest public class DefaultDestinationServiceTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description org.junit.rules.ExpectedExceptionexpectedException
-
Constructor Summary
Constructors Constructor Description DefaultDestinationServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbefore()voidpingConsumedDestinationUrlInternalServerException()voidpingConsumedDestinationUrlNotFoundTest()voidpingConsumedDestinationUrlSuccess()voidpingConsumedDestinationUrlTimedOut()
-
-
-
Method Detail
-
before
public void before()
-
pingConsumedDestinationUrlNotFoundTest
public void pingConsumedDestinationUrlNotFoundTest() throws DestinationNotFoundException- Throws:
DestinationNotFoundException
-
pingConsumedDestinationUrlTimedOut
public void pingConsumedDestinationUrlTimedOut() throws DestinationNotFoundException- Throws:
DestinationNotFoundException
-
pingConsumedDestinationUrlSuccess
public void pingConsumedDestinationUrlSuccess() throws DestinationNotFoundException- Throws:
DestinationNotFoundException
-
pingConsumedDestinationUrlInternalServerException
public void pingConsumedDestinationUrlInternalServerException() throws DestinationNotFoundException- Throws:
DestinationNotFoundException
-
-