class Test::Unit::TestCase

def assert_block(*msgs)

def assert_block(*msgs)
  assert yield, *msgs
end