Skip to content

Commit

Permalink
Merge pull request #1531 from lholmquist/propertyValue_circuitBreaker…
Browse files Browse the repository at this point in the history
…ForceClosed_assert

assert the circuitBreakerForceClosed property
  • Loading branch information
mattrjacobs committed Apr 7, 2017
2 parents 45e9b7b + a78d292 commit db8ab75
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -174,6 +174,7 @@
assertNotNull(data,"propertyValue_circuitBreakerSleepWindowInMilliseconds");
assertNotNull(data,"propertyValue_circuitBreakerErrorThresholdPercentage");
assertNotNull(data,"propertyValue_circuitBreakerForceOpen");
assertNotNull(data,"propertyValue_circuitBreakerForceClosed");
assertNotNull(data,"propertyValue_executionIsolationStrategy");
assertNotNull(data,"propertyValue_executionIsolationThreadTimeoutInMilliseconds");
assertNotNull(data,"propertyValue_executionIsolationThreadInterruptOnTimeout");
Expand Down

0 comments on commit db8ab75

Please sign in to comment.