class TestUnitNotification::TestCase
Public Class Methods
suite()
click to toggle source
# File test-unit-3.3.4/test/test-notification.rb, line 9 def suite Test::Unit::TestSuite.new(name) end
Public Instance Methods
test_notify()
click to toggle source
# File test-unit-3.3.4/test/test-notification.rb, line 14 def test_notify notify("1st notify") notify("2nd notify. Reach here.") end