Class: RSpec::Risky::Probe::ExpectationProbe::State
- Inherits:
-
Struct
- Object
- Struct
- RSpec::Risky::Probe::ExpectationProbe::State
- Defined in:
- lib/rspec/risky/probe/expectation_probe.rb
Instance Attribute Summary collapse
-
#custom_expectation_count ⇒ Object
Returns the value of attribute custom_expectation_count.
-
#example ⇒ Object
Returns the value of attribute example.
-
#expectation_count ⇒ Object
Returns the value of attribute expectation_count.
-
#mock_expectation_count ⇒ Object
Returns the value of attribute mock_expectation_count.
-
#previous_state ⇒ Object
Returns the value of attribute previous_state.
Instance Attribute Details
#custom_expectation_count ⇒ Object
Returns the value of attribute custom_expectation_count
12 13 14 |
# File 'lib/rspec/risky/probe/expectation_probe.rb', line 12 def custom_expectation_count @custom_expectation_count end |
#example ⇒ Object
Returns the value of attribute example
12 13 14 |
# File 'lib/rspec/risky/probe/expectation_probe.rb', line 12 def example @example end |
#expectation_count ⇒ Object
Returns the value of attribute expectation_count
12 13 14 |
# File 'lib/rspec/risky/probe/expectation_probe.rb', line 12 def expectation_count @expectation_count end |
#mock_expectation_count ⇒ Object
Returns the value of attribute mock_expectation_count
12 13 14 |
# File 'lib/rspec/risky/probe/expectation_probe.rb', line 12 def mock_expectation_count @mock_expectation_count end |
#previous_state ⇒ Object
Returns the value of attribute previous_state
12 13 14 |
# File 'lib/rspec/risky/probe/expectation_probe.rb', line 12 def previous_state @previous_state end |