}
@Test
public void testThatCheckedProxiesGoFirst() throws Exception {
manager = new DefaultProxyManager(new MockIncrementalGoodHttpProxyNoDelayLoader(), 10, 100, 10, 0);
final HttpProxyConfig firstProxy = manager.take();
final HttpProxyConfig secondProxy = manager.take();
final HttpProxyConfig third = manager.take();
final HttpProxyConfig fourth = manager.take();
manager.blame(firstProxy);
manager.blame(secondProxy);
manager.compliment(fourth);
manager.compliment(third);