Class: Forall::Fail

Inherits:
Struct
  • Object
show all
Defined in:
lib/forall.rb

Overview

An error occurred while checking the property

Instance Attribute Summary collapse

Instance Attribute Details

#counterObject

Returns the value of attribute counter

Returns:

  • (Object)

    the current value of counter



19
20
21
# File 'lib/forall.rb', line 19

def counter
  @counter
end

#counterexampleObject

Returns the value of attribute counterexample

Returns:

  • (Object)

    the current value of counterexample



19
20
21
# File 'lib/forall.rb', line 19

def counterexample
  @counterexample
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



19
20
21
# File 'lib/forall.rb', line 19

def error
  @error
end

#seedObject

Returns the value of attribute seed

Returns:

  • (Object)

    the current value of seed



19
20
21
# File 'lib/forall.rb', line 19

def seed
  @seed
end