class TestData::TestCalc::TestSuperclass::TestNormalTestInSubclass
Public Instance Methods
test_plus()
click to toggle source
# File test-unit-3.3.4/test/test-data.rb, line 89 def test_plus assert_equal(2, @calc.plus(1, 1)) end