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