Module: Test::Unit::Priority::ClassMethods
- Defined in:
- lib/test/unit/priority.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) priority(name, *tests)
163 164 165 166 167 168 |
# File 'lib/test/unit/priority.rb', line 163 def priority(name, *tests) unless Checker.have_priority?(name) raise ArgumentError, "unknown priority: #{name}" end attribute(:priority, name, {:keep => true}, *tests) end |