public class

BagConnectionPoolImplTest

extends BaseConnectionPoolTest
java.lang.Object
   ↳ com.netflix.astyanax.connectionpool.impl.BaseConnectionPoolTest
     ↳ com.netflix.astyanax.connectionpool.impl.BagConnectionPoolImplTest

Summary

Public Constructors
BagConnectionPoolImplTest()
Public Methods
void testAll()
void testOperationTimeout()
void testUncheckedException()
void testUncheckedExceptionInOpen()
Protected Methods
ConnectionPool<TestClient> createPool()
[Expand]
Inherited Methods
From class com.netflix.astyanax.connectionpool.impl.BaseConnectionPoolTest
From class java.lang.Object

Public Constructors

public BagConnectionPoolImplTest ()

Public Methods

public void testAll ()

public void testOperationTimeout ()

public void testUncheckedException ()

public void testUncheckedExceptionInOpen ()

Protected Methods

protected ConnectionPool<TestClient> createPool ()