예제 #1
0
 @Test
 public void createsJedisPoolFromFactory() throws Exception {
   bundle.run(config, environment);
   verify(jedisFactory).build(environment);
   assertThat(bundle.getPool()).is(pool);
 }