Class: Forall::No
- Inherits:
-
Struct
- Object
- Struct
- Forall::No
- Defined in:
- lib/forall.rb
Overview
The property was not true of at least one tested input
Instance Attribute Summary collapse
-
#counter ⇒ Object
Returns the value of attribute counter.
-
#counterexample ⇒ Object
Returns the value of attribute counterexample.
-
#seed ⇒ Object
Returns the value of attribute seed.
Instance Attribute Details
#counter ⇒ Object
Returns the value of attribute counter
13 14 15 |
# File 'lib/forall.rb', line 13 def counter @counter end |
#counterexample ⇒ Object
Returns the value of attribute counterexample
13 14 15 |
# File 'lib/forall.rb', line 13 def counterexample @counterexample end |
#seed ⇒ Object
Returns the value of attribute seed
13 14 15 |
# File 'lib/forall.rb', line 13 def seed @seed end |