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.ExpectedException
expectedException
-
Constructor Summary
Constructors Constructor Description DefaultDestinationServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
before()
void
pingConsumedDestinationUrlInternalServerException()
void
pingConsumedDestinationUrlNotFoundTest()
void
pingConsumedDestinationUrlSuccess()
void
pingConsumedDestinationUrlTimedOut()
-
-
-
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
-
-