1
2
3
4
5
6
7
8
9
10
require_relative '../../test_helper.rb'
class OutputDriverTemplate_test < MiniTest::Unit::TestCase
def test_exception_messages
e = Rubysermon::ModTemplateException.new
assert_equal("Method not implemented", e.message)
end