Class: Forall::No

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

Overview

The property was not true of at least one tested input

Instance Attribute Summary collapse

Instance Attribute Details

#counterObject

Returns the value of attribute counter

Returns:

  • (Object)

    the current value of counter



13
14
15
# File 'lib/forall.rb', line 13

def counter
  @counter
end

#counterexampleObject

Returns the value of attribute counterexample

Returns:

  • (Object)

    the current value of counterexample



13
14
15
# File 'lib/forall.rb', line 13

def counterexample
  @counterexample
end

#seedObject

Returns the value of attribute seed

Returns:

  • (Object)

    the current value of seed



13
14
15
# File 'lib/forall.rb', line 13

def seed
  @seed
end