Module: Resilient::Test::PropertiesInterface

Defined in:
lib/resilient/test/properties_interface.rb

Instance Method Summary collapse

Instance Method Details

#test_responds_to_bucket_size_in_secondsObject



28
29
30
# 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_percentageObject



24
25
26
# 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_closedObject



8
9
10
# 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_openObject



4
5
6
# 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_instrumenterObject



12
13
14
# 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_thresholdObject



20
21
22
# 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_secondsObject



16
17
18
# File 'lib/resilient/test/properties_interface.rb', line 16

def test_responds_to_sleep_window_seconds
  assert_respond_to @object, :sleep_window_seconds
end