Exemplo n.º 1
0
 @Test
 public void testSetUsable() throws Throwable {
   ChannelPool channelPool = new ChannelPool();
   channelPool.setUsable(false);
   assertFalse("channelPool.usable", channelPool.usable);
 }