# File lib/rcodetools/xmptestunitfilter.rb, line 153
    def raise_assertion(expression, exceptions, index)
      ["lambda{#{expression}}.should raise_error(#{exceptions[index][0]})"]
    end