public abstract class EurekaHttpClientCompatibilityTestSuite
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
EurekaHttpClientCompatibilityTestSuite() |
protected EurekaHttpClientCompatibilityTestSuite()
public void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionprotected abstract com.netflix.discovery.shared.transport.EurekaHttpClient getEurekaHttpClient(java.net.URI serviceURI)
protected com.netflix.discovery.shared.transport.EurekaHttpClient getEurekaHttpClient()
protected com.netflix.discovery.shared.transport.EurekaHttpClient getEurekaClientWithBasicAuthentication(java.lang.String userName,
java.lang.String password)
protected SimpleEurekaHttpServer getHttpServer()
public void testRegisterRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testCancelRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testHeartbeatRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testStatusUpdateRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetApplicationsRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetApplicationsWithRemoteRegionRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetDeltaRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetDeltaWithRemoteRegionRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetInstanceRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetApplicationInstanceRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetVipRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetVipWithRemoteRegionRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetSecureVipRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetSecureVipWithRemoteRegionRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testStatusUpdateDeleteRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void testBasicAuthentication()
throws java.lang.Exception
java.lang.Exception