}
@Test
public void threadsWaitingHighwatermark() {
PoolStatistics poolStats = this.cut.getPoolStats("lightfish", "ConfigurationStore");
Assert.assertNotNull(poolStats.threadsWaitingHighwatermarkProperty());
}
@Test
public void totalBeansCreated() {
PoolStatistics poolStats = this.cut.getPoolStats("lightfish", "ConfigurationStore");