//stop should be called even if this is an externally managed connection
reset(tableManipulation, connectionFactory);
tableManipulation.stop();
replay(tableManipulation, connectionFactory);
jdbcBucketCacheStore.stop();
verify(tableManipulation, connectionFactory);
}
}