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
 
end