@Deprecated
public abstract class TenacityTest {
@Before
public void testInitialization() {
resetHystrixPlugins();
HystrixPlugins.getInstance().registerMetricsPublisher(new HystrixCodaHaleMetricsPublisher(new MetricRegistry()));
ConfigurationManager
.getConfigInstance()
.setProperty("hystrix.command.default.metrics.healthSnapshot.intervalInMilliseconds", "1");
}