Class CircuitBreakerConfigTest

java.lang.Object
org.jboss.arquillian.testng.Arquillian
org.eclipse.microprofile.fault.tolerance.tck.config.CircuitBreakerConfigTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener

public class CircuitBreakerConfigTest extends org.jboss.arquillian.testng.Arquillian
Test configuration of parameters of CircuitBreaker
  • Constructor Details

    • CircuitBreakerConfigTest

      public CircuitBreakerConfigTest()
  • Method Details

    • create

      @Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive create()
    • testConfigureFailOn

      public void testConfigureFailOn()
    • testConfigureSkipOn

      public void testConfigureSkipOn()
    • testConfigureDelay

      public void testConfigureDelay()
    • testConfigureRequestVolumeThreshold

      public void testConfigureRequestVolumeThreshold()
    • testConfigureFailureRatio

      public void testConfigureFailureRatio()
    • testConfigureSuccessThreshold

      public void testConfigureSuccessThreshold()