Class: Test::Unit::TestCase
Class Method Summary collapse
-
.inherited(x) ⇒ Object
:nodoc: :nodoc: :nodoc: :nodoc:.
Class Method Details
.inherited(x) ⇒ Object
:nodoc: :nodoc: :nodoc: :nodoc:
1470 1471 1472 1473 |
# File 'lib/minitest/unit.rb', line 1470 def self.inherited x # :nodoc: # this helps me ferret out porting issues raise "Using minitest and test/unit in the same process: #{x}" end |