module Resilient::Test::PropertiesInterface
Public Instance Methods
test_responds_to_bucket_size_in_seconds()
click to toggle source
# File lib/resilient/test/properties_interface.rb, line 28 def test_responds_to_bucket_size_in_seconds assert_respond_to @object, :bucket_size_in_seconds end
test_responds_to_error_threshold_percentage()
click to toggle source
# File lib/resilient/test/properties_interface.rb, line 24 def test_responds_to_error_threshold_percentage assert_respond_to @object, :error_threshold_percentage end
test_responds_to_force_closed()
click to toggle source
# File lib/resilient/test/properties_interface.rb, line 8 def test_responds_to_force_closed assert_respond_to @object, :force_closed end
test_responds_to_force_open()
click to toggle source
# File lib/resilient/test/properties_interface.rb, line 4 def test_responds_to_force_open assert_respond_to @object, :force_open end
test_responds_to_instrumenter()
click to toggle source
# File lib/resilient/test/properties_interface.rb, line 12 def test_responds_to_instrumenter assert_respond_to @object, :instrumenter end
test_responds_to_request_volume_threshold()
click to toggle source
# File lib/resilient/test/properties_interface.rb, line 20 def test_responds_to_request_volume_threshold assert_respond_to @object, :request_volume_threshold end
test_responds_to_sleep_window_seconds()
click to toggle source
# File lib/resilient/test/properties_interface.rb, line 16 def test_responds_to_sleep_window_seconds assert_respond_to @object, :sleep_window_seconds end