public void testBasicPoolEntry() {
HttpRoute route = new HttpRoute(TARGET);
ClientConnectionOperator ccop =
new DefaultClientConnectionOperator(supportedSchemes);
BasicPoolEntry bpe = null;
try {
bpe = new BasicPoolEntry(null, null, null);
fail("null operator not detected");