Class: Ibex::Verify::ActionCorrespondence::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/ibex/verify/action_correspondence.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#differencesObject

Returns the value of attribute differences

Returns:

  • (Object)

    the current value of differences



21
22
23
# File 'lib/ibex/verify/action_correspondence.rb', line 21

def differences
  @differences
end

#exploredObject

Returns the value of attribute explored

Returns:

  • (Object)

    the current value of explored



21
22
23
# File 'lib/ibex/verify/action_correspondence.rb', line 21

def explored
  @explored
end

#truncatedObject

Returns the value of attribute truncated

Returns:

  • (Object)

    the current value of truncated



21
22
23
# File 'lib/ibex/verify/action_correspondence.rb', line 21

def truncated
  @truncated
end

Instance Method Details

#ok?Boolean

Returns:

  • (Boolean)


22
23
24
# File 'lib/ibex/verify/action_correspondence.rb', line 22

def ok?
  differences.empty? && !truncated
end