throws Exception
{
throw new RuntimeException( "Not healthy!!!" );
}
} );
test.check(); // Should not throw an exception, as it should have been replaced by a null implementation.
}
@Test
public void givenMetricsProviderWithoutSupportForHistogramWhenRequestingHistogramExpectDefaultNullImplementation()
{