Assert.assertThat(poolStats.getTotalBeansDestroyed(), is(-1));
}
@Test
public void currentThreadsWaitingForSingleton() {
PoolStatistics poolStats = this.cut.getPoolStats("lightfish", "Configurator");
Assert.assertThat(poolStats.getCurrentThreadsWaiting(), is(-1));
}