Method: TestML::Runtime::Unit#plan_end
- Defined in:
- lib/testml/runtime/unit.rb
#plan_end ⇒ Object
53 54 55 56 57 58 |
# File 'lib/testml/runtime/unit.rb', line 53 def plan_end if plan = @function.getvar('Plan') count = @function.getvar('TestNumber').value testcase.assert_equal plan.value.to_i, count, 'Tests Planned' end end |