Class: Brute::Eval::Case::Verdict
- Inherits:
-
Data
- Object
- Data
- Brute::Eval::Case::Verdict
- Defined in:
- lib/brute/eval/case.rb
Instance Attribute Summary collapse
-
#failures ⇒ Object
readonly
Returns the value of attribute failures.
Instance Method Summary collapse
Instance Attribute Details
#failures ⇒ Object (readonly)
Returns the value of attribute failures
46 47 48 |
# File 'lib/brute/eval/case.rb', line 46 def failures @failures end |
Instance Method Details
#passed? ⇒ Boolean
47 |
# File 'lib/brute/eval/case.rb', line 47 def passed? = failures.empty? |