# File lib/protest/report.rb, line 97
    def add_assertion
      @assertions ||= 0
      @assertions += 1
    end