Class: Test::Spec::FocusedTestCase
- Defined in:
- lib/test/spec.rb
Instance Attribute Summary
Attributes inherited from TestCase
#ignore, #name, #position, #testcase
Instance Method Summary collapse
-
#initialize(name, parent = nil, superclass = Test::Unit::TestCase) ⇒ FocusedTestCase
constructor
A new instance of FocusedTestCase.
- #long_display ⇒ Object
Methods inherited from TestCase
Constructor Details
#initialize(name, parent = nil, superclass = Test::Unit::TestCase) ⇒ FocusedTestCase
Returns a new instance of FocusedTestCase.
556 557 558 |
# File 'lib/test/spec.rb', line 556 def initialize(name, parent=nil, superclass=Test::Unit::TestCase) super end |
Instance Method Details
#long_display ⇒ Object
560 561 562 |
# File 'lib/test/spec.rb', line 560 def long_display @name + " is in focused mode" end |