EasyMock.replay(sourcesConn2);
BootstrapPullThread bsPuller = new BootstrapPullThread("RelayPuller", sourcesConn2, dbusBuffer, connStateFactory, clientRtConf.getBootstrap().getServicesSet(),
new ArrayList<DbusKeyCompositeFilterConfig>(),
clientConf.getPullerBufferUtilizationPct(),
ManagementFactory.getPlatformMBeanServer(),
new DbusEventV2Factory(),
null,
null);
mockSuccessConn.setCallback(bsPuller);
bsPuller.getComponentStatus().start();