Records a Test::Unit::Omission.
# File lib/test/unit/omission.rb, line 171 def add_omission(omission) @omissions << omission notify_fault(omission) notify_changed end
Returns the number of omissions this TestResult has recorded.
# File lib/test/unit/omission.rb, line 179 def omission_count @omissions.size end
Generated with the Darkfish Rdoc Generator 2.